Skip to content

Commit

Permalink
Support Symfony 6.0 + test with it and PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Dec 2, 2021
1 parent 0bc143d commit f6d7869
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -17,20 +17,22 @@ jobs:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
symfony:
- '4.4.*'
- '5.3.*'
- '5.4.*'
- '6.0.*'
dependency:
- ''
- '--prefer-lowest'
include:
- php: '7.4'
dependency: ''
symfony: '5.3.*'
symfony: '5.4.*'
bootable: true
- php: '8.0'
dependency: ''
symfony: '5.3.*'
symfony: '5.4.*'
coverage: true
bootable: true
fail-fast: false
Expand Down
44 changes: 22 additions & 22 deletions composer.json
Expand Up @@ -29,16 +29,16 @@
"lcobucci/jwt": "^3.3.1 || ^4.0",
"league/flysystem": "^1.1 || ^2.3",
"psr/log": "^1.1 || ^2.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0",
"symfony/http-client": "^4.4 || ^5.0",
"symfony/http-foundation": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.1.5",
"symfony/options-resolver": "^4.4 || ^5.0",
"symfony/routing": "^4.4 || ^5.0",
"symfony/stopwatch": "^4.4 || ^5.0",
"symfony/translation": "^4.4 || ^5.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^6.0",
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.1.5 || ^6.0",
"symfony/options-resolver": "^4.4 || ^5.0 || ^6.0",
"symfony/routing": "^4.4 || ^5.0 || ^6.0",
"symfony/stopwatch": "^4.4 || ^5.0 || ^6.0",
"symfony/translation": "^4.4 || ^5.0 || ^6.0",
"vgrem/php-spo": "^2.2",
"webmozart/assert": "^1.5"
},
Expand All @@ -50,18 +50,18 @@
"phpspec/prophecy": "^1.12",
"phpstan/phpstan": "^0.12.66",
"psr/event-dispatcher": "^1.0",
"symfony/console": "^4.4 || ^5.0",
"symfony/css-selector": "^4.4 || ^5.0",
"symfony/debug": "^4.4 || ^5.0",
"symfony/dotenv": "^4.4 || ^5.0",
"symfony/monolog-bundle": "^3.5",
"symfony/panther": "^1.0",
"symfony/phpunit-bridge": "^5.1",
"symfony/polyfill-php72": "^1.9",
"symfony/process": "^4.4 || ^5.0",
"symfony/profiler-pack": "^1.0",
"symfony/security-bundle": "^4.4 || ^5.0",
"symfony/twig-bundle": "^4.4 || ^5.0"
"symfony/console": "^4.4 || ^5.0 || ^6.0",
"symfony/css-selector": "^4.4 || ^5.0 || ^6.0",
"symfony/debug": "^4.4 || ^5.0 || ^6.0",
"symfony/dotenv": "^4.4 || ^5.0 || ^6.0",
"symfony/monolog-bundle": "^3.5 || ^6.0",
"symfony/panther": "^1.0 || ^6.0",
"symfony/phpunit-bridge": "^5.1 || ^6.0",
"symfony/polyfill-php72": "^1.9 || ^6.0",
"symfony/process": "^4.4 || ^5.0 || ^6.0",
"symfony/profiler-pack": "^1.0 || ^6.0",
"symfony/security-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0"
},
"suggest": {
"league/flysystem-bundle": "For Symfony >4.2 - Allow the use of the official adapter system instead of the compat layer.",
Expand Down

0 comments on commit f6d7869

Please sign in to comment.