Skip to content

Commit

Permalink
Remove "symfony/framework-bundle" from dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Oct 23, 2021
1 parent 3f79098 commit d8fc2e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
allowed-to-fail: false
symfony-require: 6.0.*
variant: symfony/symfony:"6.0.*"
- php-version: '8.0'
dependencies: highest
allowed-to-fail: false
variant: symfony/framework-bundle

steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"phpunit/phpunit": "^9.5",
"symfony/cache": "^4.4 || ^5.3 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0",
"symfony/framework-bundle": "^4.4",
"symfony/http-foundation": "^4.4 || ^5.3 || ^6.0",
"symfony/phpunit-bridge": "^5.3 || ^6.0"
},
Expand Down

0 comments on commit d8fc2e3

Please sign in to comment.