mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Fixes --version and --help
This commit is contained in:
@ -19,7 +19,8 @@
|
||||
"require": {
|
||||
"php": "^8.1.0",
|
||||
"nunomaduro/collision": "dev-next",
|
||||
"pestphp/pest-plugin": "^1.0.0",
|
||||
"nunomaduro/termwind": "^1.14",
|
||||
"pestphp/pest-plugin": "dev-master",
|
||||
"phpunit/phpunit": "10.0.x-dev"
|
||||
},
|
||||
"autoload": {
|
||||
@ -95,6 +96,7 @@
|
||||
"Pest\\Plugins\\Coverage",
|
||||
"Pest\\Plugins\\Init",
|
||||
"Pest\\Plugins\\Environment",
|
||||
"Pest\\Plugins\\Help",
|
||||
"Pest\\Plugins\\Memory",
|
||||
"Pest\\Plugins\\Printer",
|
||||
"Pest\\Plugins\\Retry",
|
||||
|
||||
Reference in New Issue
Block a user