Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/17-refactor-to-backend-rendering…
Browse files Browse the repository at this point in the history
…' into 17-refactor-to-backend-rendering
  • Loading branch information
thomas-sc committed May 14, 2024
2 parents aff7265 + bf3d1aa commit f7f95e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"typo3/cms-core": "^13",
"typo3/cms-fluid-styled-content": "^13",
"slub/liszt-common": "dev-12-upgrade-to-typo3-v13",
"dikastes/zotero-api": "dev-master",
"dikastes/zotero-api": "dev-main",
"illuminate/collections": "^11"
},
"require-dev": {
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^9",
"phpunit/phpunit": "^10",
"typo3/testing-framework": "^8"
},
"autoload": {
Expand All @@ -32,9 +32,9 @@
"ci:php": [ "@ci:php:stan" ],
"ci:php:stan": [ "Build/Scripts/runTests.sh -s phpstan -b docker" ],
"ci:tests": [ "@ci:tests:unit", "@ci:tests:functional" ],
"ci:tests:unit": [ "Build/Scripts/runTests.sh -s unit -b docker" ],
"ci:tests:functional": [ "Build/Scripts/runTests.sh -s functional -b docker" ],
"ci:install": [ "Build/Scripts/runTests.sh -s composerInstall -b docker" ]
"ci:tests:unit": [ "Build/Scripts/runTests.sh -s unit -b docker -p 8.2" ],
"ci:tests:functional": [ "Build/Scripts/runTests.sh -s functional -b docker -p 8.2" ],
"ci:install": [ "Build/Scripts/runTests.sh -s composerInstall -b docker -p 8.2" ]
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit f7f95e0

Please sign in to comment.