Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
symfony 4 compatible composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bresam committed Jun 17, 2020
1 parent 5a0a865 commit 1789075
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Expand Up @@ -19,24 +19,24 @@
"php": "^7.0",
"doctrine/instantiator": "^1.0",
"doctrine/lexer": "^1.0",
"symfony/options-resolver": "^2.7|^3.0"
"symfony/options-resolver": "^2.7 || ^3.0 || ^4.0"
},
"require-dev": {
"doctrine/annotations": "^1.2",
"doctrine/annotations": "^1.2 || ^1.3",
"ext-json": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"friendsofphp/php-cs-fixer": "^2.0",
"nikic/php-parser": "^1.4",
"phpdocumentor/reflection": "^3.0",
"phpunit/phpunit": "^5.4",
"phpunit/phpunit-mock-objects": "^3.2.3",
"phpunit/phpunit": "^5.4 || ^6.5",
"phpunit/phpunit-mock-objects": "^3.2.3 || ^5.0",
"psr/cache": "^1.0",
"symfony/event-dispatcher": "^2.7|^3.0",
"symfony/phpunit-bridge": "^2.7|^3.0",
"symfony/property-info": "^2.7|^3.0",
"symfony/property-access": "^2.7|^3.0",
"symfony/yaml": "^2.7|^3.0"
"symfony/event-dispatcher": "^2.7 || ^3.0 || ^4.0",
"symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0",
"symfony/property-info": "^2.7 || ^3.0 || ^4.0",
"symfony/property-access": "^2.7 || ^3.0 || ^4.0",
"symfony/yaml": "^2.7 || ^3.0 || ^4.0"
},
"suggest": {
"doctrine/annotations": "Allow you to use the mapping annotations.",
Expand Down

0 comments on commit 1789075

Please sign in to comment.