Skip to content

Commit 75ee7e0

Browse files
committed
Updated composer.json
1 parent e7a3667 commit 75ee7e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "pestphp/pest-plugin-curly",
3-
"description": "Make curl(y) requests in tests with Pest PHP",
2+
"name": "minicli/pest-plugin-curly",
3+
"description": "Make curl(y) requests in Pest tests",
44
"keywords": [
55
"php",
66
"framework",
@@ -16,7 +16,7 @@
1616
],
1717
"license": "MIT",
1818
"require": {
19-
"php": "^7.3 || ^8.0",
19+
"php": "^7.4 || ^8.0",
2020
"minicli/curly": "^0.2.0",
2121
"pestphp/pest": "^1.0",
2222
"pestphp/pest-plugin": "^1.0"

0 commit comments

Comments
 (0)