Skip to content

Commit

Permalink
[Composer] Removed doctrine/collections dependency (#60)
Browse files Browse the repository at this point in the history
* [Composer] Removed doctrine/collections dependency

* Run AdminUI tests on PHP 8.1
  • Loading branch information
mnocon authored Mar 8, 2023
1 parent 13de5d8 commit eac0e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
test-setup-phase-1: '--profile=regression --suite=setup-oss --mode=standard'
multirepository: true
timeout: 40
php-image: "ezsystems/php:8.1-v2-node16"
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
examples:
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"friends-of-behat/symfony-extension": "^2.1",
"fakerphp/faker": "^1.17",
"guzzlehttp/psr7": "^1.6.1",
"liuggio/fastest": "^1.7",
"liuggio/fastest": "^1.11",
"php-http/client-common": "^2.1",
"phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
"symfony/config": "^5.0",
Expand All @@ -36,8 +36,7 @@
"symfony/process": "^5.4",
"symfony/property-access": "^5.0",
"symfony/yaml": "^5.0",
"psy/psysh": "^0.10.8",
"doctrine/collections": "^1.8"
"psy/psysh": "^0.10.8"
},
"require-dev": {
"ibexa/code-style": "^1.0",
Expand Down

0 comments on commit eac0e70

Please sign in to comment.