Skip to content

Commit 9f795e7

Browse files
committed
20220223
1 parent 7f6897c commit 9f795e7

8 files changed

+1168
-386
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "kiyoami/curl",
33
"description": "Simple cURL function wapper",
4+
"type": "library",
45
"authors": [
56
{
67
"name": "Kiyokazu Oami",
@@ -9,7 +10,7 @@
910
],
1011
"license": "MIT",
1112
"require": {
12-
"php": "^7.2"
13+
"php": "^8.1"
1314
},
1415
"require-dev": {
1516
"phpunit/phpunit": "^9.0"
@@ -19,7 +20,7 @@
1920
},
2021
"scripts": {
2122
"test": [
22-
"phpunit tests/CoreTest.php"
23+
"phpunit tests/CurlTest.php"
2324
]
2425
}
2526
}

0 commit comments

Comments
 (0)