Support multiple versions of Symfony packages
This commit is contained in:
parent
65877402ba
commit
4ac7fee102
1 changed files with 5 additions and 5 deletions
|
@ -3,16 +3,16 @@
|
||||||
"description": "Generates boilerplate code for Drupal modules.",
|
"description": "Generates boilerplate code for Drupal modules.",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"symfony/console": "^5.0",
|
"symfony/console": "^3.0 || ^4.0 || ^5.0",
|
||||||
"symfony/dependency-injection": "^5.0",
|
"symfony/dependency-injection": "^3.0 || ^4.0 || ^5.0",
|
||||||
"symfony/filesystem": "^5.0",
|
"symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
|
||||||
"symfony/finder": "^5.0",
|
"symfony/finder": "^3.0 || ^4.0 || ^5.0",
|
||||||
"tightenco/collect": "^6.14"
|
"tightenco/collect": "^6.14"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"php": "5.6 || ^7.0",
|
"php": "5.6 || ^7.0",
|
||||||
"phpunit/phpunit": "^9.0",
|
"phpunit/phpunit": "^9.0",
|
||||||
"symfony/var-dumper": "^5.0"
|
"symfony/var-dumper": "^3.0 || ^4.0 || ^5.0"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue