Skip to content

Commit a4d6c92

Browse files
authored
Merge pull request #34 from flownative/task/tweak-version-constraints
Update version constraints
2 parents 74a1583 + b99b59a commit a4d6c92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ ubuntu-latest ]
22-
php-version: [ 8.1, 8.2, 8.3 ]
22+
php-version: [ 8.1, 8.2, 8.3, 8.4 ]
2323
redis-version: [ 5, 6 ]
2424
compiler:
2525
- default

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"email": "[email protected]"
1818
},
1919
"require": {
20-
"neos/flow": "^7.0 || ^8.0 || ^9.0",
21-
"neos/cache": "^7.0 || ^8.0 || ^9.0",
20+
"neos/flow": "^8.0 || ^9.0",
21+
"neos/cache": "^8.0 || ^9.0",
2222
"ext-zlib": "*",
2323
"predis/predis": "^2.0",
24-
"php": "8.1.* || 8.2.* || 8.3.*"
24+
"php": "^8.1"
2525
},
2626
"require-dev": {
2727
"mikey179/vfsstream": "~1.6",
28-
"phpunit/phpunit": "^8.5.29 || ^9.5"
28+
"phpunit/phpunit": "^9.5"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)