Skip to content

Commit 9a301fe

Browse files
committed
Add requirements to composer.json
1 parent 9935881 commit 9a301fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@
1818
"email": "manuelguzman.villar@gmail.com"
1919
}
2020
],
21+
"require": {
22+
"php": "^8.2",
23+
"ext-curl": "*"
24+
},
2125
"require-dev": {
2226
"phpunit/phpunit": "^11.5",
2327
"laravel/pint": "^1.22"
2428
},
2529
"license": "MIT"
26-
2730
}

0 commit comments

Comments
 (0)