We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a3667 commit 75ee7e0Copy full SHA for 75ee7e0
composer.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "pestphp/pest-plugin-curly",
3
- "description": "Make curl(y) requests in tests with Pest PHP",
+ "name": "minicli/pest-plugin-curly",
+ "description": "Make curl(y) requests in Pest tests",
4
"keywords": [
5
"php",
6
"framework",
@@ -16,7 +16,7 @@
16
],
17
"license": "MIT",
18
"require": {
19
- "php": "^7.3 || ^8.0",
+ "php": "^7.4 || ^8.0",
20
"minicli/curly": "^0.2.0",
21
"pestphp/pest": "^1.0",
22
"pestphp/pest-plugin": "^1.0"
0 commit comments