"license": "AGPL-3.0-or-later",
"type": "symfony-bundle",
"authors": [{
- "name": "Raphaël Gertz",
- "email": "packbundle@rapsys.eu"
+ "name": "Raphaël Gertz",
+ "email": "symfony@rapsys.eu"
}],
"autoload": {
- "psr-4": {
- "Rapsys\\PackBundle\\": ""
- }
+ "psr-4": {
+ "Rapsys\\PackBundle\\": ""
+ }
},
"require": {
- "php": ">=5.6",
- "twig/twig": ">=1.0"
+ "symfony/asset": "^4.0|^5.0|^6.0|^7.0",
+ "symfony/flex": "^1.0|^2.0",
+ "symfony/framework-bundle": "^4.0|^5.0|^6.0|^7.0",
+ "symfony/process": "^4.0|^5.0|^6.0|^7.0",
+ "symfony/twig-bundle": "^4.0|^5.0|^6.0|^7.0"
},
"extra": {
"branch-alias": {
- "dev-master": "master"
+ "dev-master": "master"
}
}
}