Rapsys Git
/
packbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove project dir
[packbundle]
/
composer.json
diff --git
a/composer.json
b/composer.json
index cfc9937ae458dd386aa8542d4be1b815a68ff331..0d6f49d00700e58ce492283ec1e0637f0731e4d6 100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-4,26
+4,24
@@
"license": "AGPL-3.0-or-later",
"type": "symfony-bundle",
"authors": [{
"license": "AGPL-3.0-or-later",
"type": "symfony-bundle",
"authors": [{
-
"name": "Raphaël Gertz",
-
"email": "packbundle@rapsys.eu"
+ "name": "Raphaël Gertz",
+ "email": "packbundle@rapsys.eu"
}],
"autoload": {
}],
"autoload": {
-
"psr-0
": {
-
"Rapsys\\PackBundle": "src
"
-
}
+
"psr-4
": {
+
"Rapsys\\PackBundle\\": "
"
+ }
},
},
- "target-dir": "Rapsys/PackBundle",
"require": {
"require": {
- "php": ">=5.6",
- "twig/twig": ">=1.0"
+ "php": "*",
+ "symfony/config": "*",
+ "symfony/dependency-injection": "*",
+ "symfony/asset": "*",
+ "twig/extensions": "*"
},
"extra": {
"branch-alias": {
},
"extra": {
"branch-alias": {
- "dev-master": "master"
- },
- "incenteev-parameters": {
- "file": "Resources/config/parameters.yml",
- "keep-outdated": true
+ "dev-master": "master"
}
}
}
}
}
}