mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Sort dependencies alphabetically
This commit is contained in:
parent
d8b3d18236
commit
a87d3efe4d
1 changed files with 3 additions and 3 deletions
|
|
@ -42,6 +42,8 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.13",
|
||||
"friendsofsymfony/rest-bundle": "^3.0",
|
||||
"jms/serializer-bundle": "^5.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
|
|
@ -49,9 +51,7 @@
|
|||
"symfony/browser-kit": "^6.4.0 || ^7.0",
|
||||
"symfony/dependency-injection": "^6.4.1 || ^7.0",
|
||||
"symfony/form": "^6.4.1 || ^7.0",
|
||||
"symfony/validator": "^6.4.0 || ^7.0",
|
||||
"friendsofsymfony/rest-bundle": "^3.0",
|
||||
"jms/serializer-bundle": "^5.0"
|
||||
"symfony/validator": "^6.4.0 || ^7.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue