Skip to content

Commit

Permalink
Make explicit some missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Oct 24, 2021
1 parent 011ea7e commit a63374a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
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
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
"require": {
"php": "^7.3 || ^8.0",
"doctrine/collections": "^1.6",
"doctrine/common": "^3.0",
"doctrine/common": "^3.1",
"doctrine/dbal": "^2.13 || ^3.0",
"doctrine/event-manager": "^1.1",
"doctrine/orm": "^2.10",
"doctrine/persistence": "^2.0",
"doctrine/persistence": "^2.2",
"symfony/config": "^4.4 || ^5.3 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0",
"symfony/security-core": "^4.4 || ^5.3 || ^6.0",
"twig/twig": "^2.6 || ^3.0"
},
"conflict": {
Expand All @@ -30,12 +33,8 @@
"matthiasnoback/symfony-dependency-injection-test": "^4.2.1",
"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 || ^5.3 || ^6.0",
"symfony/http-foundation": "^4.4 || ^5.3 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0",
"symfony/phpunit-bridge": "^5.3 || ^6.0",
"symfony/security-core": "^4.4 || ^5.3 || ^6.0"
"symfony/phpunit-bridge": "^5.3 || ^6.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit a63374a

Please sign in to comment.