Skip to content

Commit

Permalink
Fix CI (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi authored Feb 25, 2025
1 parent 8745f15 commit bc56efd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
"contao/imagine-svg": "^1.0",
"contao/test-case": "^4.5",
"contao/test-case": "^4.5 <4.13.51",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0",
"symfony/polyfill-php81": "^1.27"
Expand Down
3 changes: 3 additions & 0 deletions tools/ecs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"require": {
"contao/easy-coding-standard": "^5.0"
},
"conflict": {
"slevomat/coding-standard": ">= 8.16"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand Down

0 comments on commit bc56efd

Please sign in to comment.