Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarai Misidjan authored and Sarai Misidjan committed Jul 19, 2023
1 parent deb1ea8 commit ac00e3d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,22 @@
"minimum-stability": "dev",
"require": {
"php": ">=7.4",
"commongateway/corebundle": "^1.0.51"
"commongateway/corebundle": "^1.1.35"
},
"require-dev": {
"symfony/dependency-injection": "~3.4|~4.1|~5.0"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true,
"endroid/installer": true
}
},
"autoload": {
"psr-4": {
"CommonGateway\\PetStoreBundle\\": "src/"
Expand Down

0 comments on commit ac00e3d

Please sign in to comment.