Skip to content

Commit

Permalink
require latest stable symfony:5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
unixslayer committed May 11, 2021
1 parent 6d7ee3e commit a4d5c95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
"php": "^7.4|^8.0",
"ext-pdo": "*",
"ext-json": "*",
"symfony/config": "^3.4 || ^4.4 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.4 || ^5.0",
"symfony/messenger": "^4.2 || ^4.4 || ^5.0",
"symfony/config": "^3.4 || ^4.4 || ^5.2",
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.2",
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.2",
"symfony/framework-bundle": "^3.4 || ^4.4 || ^5.2",
"symfony/messenger": "^4.2 || ^4.4 || ^5.2",
"prooph/event-store": "^7.0"
},
"require-dev": {
"prooph/pdo-event-store": "^1.12",
"phpunit/phpunit": "^8 || ^9",
"symfony/yaml" : "^3.4 || ^4.4 || ^5.0",
"symfony/yaml" : "^3.4 || ^4.4 || ^5.2",
"bookdown/bookdown": "1.x-dev as 1.0.0",
"prooph/bookdown-template": "^0.2.3",
"friendsofphp/php-cs-fixer": "^2.8.1",
Expand Down

0 comments on commit a4d5c95

Please sign in to comment.