Skip to content

Commit

Permalink
Merge pull request #45 from bbuugg/master
Browse files Browse the repository at this point in the history
update composer.json
  • Loading branch information
bbuugg authored Oct 16, 2023
2 parents b323e0e + d24d80d commit 27715e5
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.0|^8.1",
"max/cache": "~0.1",
"max/config": "~0.1",
"max/di": "~0.1",
"max/event": "~0.1",
Expand Down Expand Up @@ -62,20 +63,8 @@
],
"test": "phpunit --prepend tests/bootstrap.php -c phpunit.xml --colors=always",
"cs-fix": "php-cs-fixer fix $1",
"analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon $1",
"swoole-start": [
"Composer\\Config::disableProcessTimeout",
"php ./bin/swoole.php"
],
"cli-server-start": [
"Composer\\Config::disableProcessTimeout",
"php ./bin/cli-server.php"
],
"workerman-start": [
"Composer\\Config::disableProcessTimeout",
"php ./bin/workerman.php start"
]
"analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon $1"
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 27715e5

Please sign in to comment.