Skip to content

Commit e2b5d0b

Browse files
authored
Merge pull request #87 from unixslayer/master
PHP 8.1 is still supported
2 parents a9d0ea1 + afbbd33 commit e2b5d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"minimum-stability": "dev",
2222
"prefer-stable": true,
2323
"require": {
24-
"php": "^8.2",
24+
"php": "^8.1",
2525
"ramsey/uuid": "4.1.2 || ^4.3",
2626
"beberlei/assert": "^2.7.1 || ^3.0"
2727
},
2828
"require-dev": {
2929
"php-coveralls/php-coveralls": "^2.2",
30-
"phpunit/phpunit": "^11.0",
30+
"phpunit/phpunit": "^10.5.45",
3131
"prooph/bookdown-template": "^0.2.3",
3232
"prooph/php-cs-fixer-config": "^0.5"
3333
},

0 commit comments

Comments
 (0)