Skip to content

Commit

Permalink
Merge pull request #45 from stood/feature-compatibility-sf
Browse files Browse the repository at this point in the history
fix datacollector type hint
  • Loading branch information
stood authored May 15, 2020
2 parents d05ff69 + 117a7d2 commit d2ecbcd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@
"require": {
"php": ">=7.1",
"pomm-project/foundation": "~2.0",
"symfony/http-foundation": "~2.5|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.5|~3.0|~4.0|~5.0",
"symfony/serializer": "~2.5|~3.0|~4.0|~5.0",
"symfony/property-info": "~2.8|~3.0|~4.0|~5.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"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.7"
},
"suggest": {
"pomm-project/model-manager": "~2.0",
"pomm-project/cli": "~2.0",
"silex/silex": "~1.0",
"symfony/symfony": "~2.5|~3.0|~4.0|~5.0"
"symfony/symfony": "~4.4|~5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d2ecbcd

Please sign in to comment.