1
0
mirror of https://github.com/danog/loop.git synced 2024-11-26 11:54:51 +01:00
This commit is contained in:
Daniil Gentili 2022-12-24 14:37:39 +01:00
parent e3fe319219
commit b186b68017

View File

@ -17,14 +17,14 @@
}
],
"require": {
"php": ">=7.1",
"amphp/amp": "^2"
"php": ">=8.1",
"amphp/amp": "^3"
},
"require-dev": {
"phpunit/phpunit": "^7 | ^8 | ^9",
"amphp/phpunit-util": "^1.3",
"amphp/php-cs-fixer-config": "dev-master",
"vimeo/psalm": "dev-master"
"phpunit/phpunit": "^9",
"amphp/phpunit-util": "^3",
"amphp/php-cs-fixer-config": "^2",
"psalm/phar": "dev-master"
},
"autoload": {
"psr-4": {