Skip to content

Commit

Permalink
chore: Drop Symfony <6.4 support (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 30, 2023
1 parent 9eb2edd commit 646e9bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- '8.2'
symfony-versions:
- false
- '5.4.*'
- '6.4.*'

name: PHP ${{ matrix.php }} ${{ matrix.description }} - ${{ matrix.symfony-versions }}
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"fakerphp/faker": "^1.10",
"myclabs/deep-copy": "^1.10",
"sebastian/comparator": "^3.0 || ^4.0 || ^5.0",
"symfony/property-access": "^5.4 || ^6.0",
"symfony/property-access": "^6.4",
"symfony/yaml": "^5.4 || ^6.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"phpspec/prophecy": "^1.6",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0",
"symfony/var-dumper": "^5.4 || ^6.0"
"symfony/config": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/finder": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/phpunit-bridge": "^6.4",
"symfony/var-dumper": "^6.4"
},
"conflict": {
"symfony/framework-bundle": "<5.4.0"
"symfony/framework-bundle": "<6.4.0"
},

"autoload": {
Expand Down

0 comments on commit 646e9bd

Please sign in to comment.