Skip to content

Commit 8d48468

Browse files
authored
Merge pull request #12 from unixslayer/master
PHP 8.1 is still supported
2 parents d1e3fa4 + e2820ae commit 8d48468

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)