Skip to content

Commit e2820ae

Browse files
committed
PHP 8.1 is still supported
1 parent d1e3fa4 commit e2820ae

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
@@ -15,11 +15,11 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.2",
18+
"php": "^8.1",
1919
"friendsofphp/php-cs-fixer": "^3.69.1"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^9.6 || ^10.0",
22+
"phpunit/phpunit": "^10.5.45",
2323
"php-coveralls/php-coveralls": "^2.7.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)