Update composer.json

This commit is contained in:
Nuno Maduro
2020-05-29 21:15:51 +02:00
committed by GitHub
parent b093e8ee29
commit 78cdd4da36

View File

@ -19,7 +19,7 @@
"require": {
"php": "^7.3",
"nunomaduro/collision": "^5.0",
"pestphp/pest-plugin": "@dev",
"pestphp/pest-plugin": "dev-master",
"phpunit/phpunit": "^9.1.4",
"sebastian/environment": "^5.1"
},
@ -82,11 +82,5 @@
"Pest\\Laravel\\PestServiceProvider"
]
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/fetzi/pest-plugin.git"
}
]
}
}