mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Update composer.json
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": "^7.3",
|
"php": "^7.3",
|
||||||
"nunomaduro/collision": "^5.0",
|
"nunomaduro/collision": "^5.0",
|
||||||
"pestphp/pest-plugin": "@dev",
|
"pestphp/pest-plugin": "dev-master",
|
||||||
"phpunit/phpunit": "^9.1.4",
|
"phpunit/phpunit": "^9.1.4",
|
||||||
"sebastian/environment": "^5.1"
|
"sebastian/environment": "^5.1"
|
||||||
},
|
},
|
||||||
@ -82,11 +82,5 @@
|
|||||||
"Pest\\Laravel\\PestServiceProvider"
|
"Pest\\Laravel\\PestServiceProvider"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/fetzi/pest-plugin.git"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user