Skip to content

Commit

Permalink
build: add compatibility symfony 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cle-roux committed Oct 23, 2023
1 parent b9dfc78 commit c9f4a55
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
"require": {
"php": ">=7.1",
"pomm-project/foundation": "~2.0",
"symfony/http-foundation": "~4.0|~5.0",
"symfony/http-kernel": "~4.4|~5.0",
"symfony/serializer": "~4.0|~5.0",
"symfony/property-info": "~4.0|~5.0"
"symfony/http-foundation": "~3.0|~4.0|~5.0",
"symfony/http-kernel": "~3.0|~4.0|~5.0",
"symfony/serializer": "~3.0|~4.0|~5.0",
"symfony/property-info": "~3.0|~4.0|~5.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.7"
},
"suggest": {
"pomm-project/model-manager": "~2.0",
"pomm-project/cli": "~2.0",
"symfony/symfony": "~4.4|~5.0"
"silex/silex": "~1.0",
"symfony/symfony": "~3.0|~4.0|~5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c9f4a55

Please sign in to comment.