Skip to content

Commit

Permalink
Merge pull request #17 from nonanerz/fixed_deprecation
Browse files Browse the repository at this point in the history
deprecations and dependencies
  • Loading branch information
mcfedr authored Dec 8, 2021
2 parents e902054 + aaada5c commit e680433
Show file tree
Hide file tree
Showing 5 changed files with 1,938 additions and 1,422 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@
},
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "^3.4|^4.0|^5.0"
"symfony/framework-bundle": "^4.0|^5.0"
},
"require-dev": {
"ext-redis": "*",
"symfony/phpunit-bridge": "^3.4|^4.0|^5.0",
"doctrine/doctrine-bundle": "^1.10|^2.0",
"symfony/phpunit-bridge": "^4.0|^5.0",
"doctrine/doctrine-bundle": "^2",
"phpunit/phpunit": "^9",
"friendsofphp/php-cs-fixer": "^2.16",
"symfony/monolog-bundle": "^3.3",
"symfony/browser-kit": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
"symfony/browser-kit": "^4.0|^5.0",
"symfony/yaml": "^4.0|^5.0",
"sensio/framework-extra-bundle": "^5.0|^6.0"
},
"authors": [
{
Expand Down
Loading

0 comments on commit e680433

Please sign in to comment.