Skip to content

Commit

Permalink
Create new repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoami committed Mar 8, 2020
0 parents commit e6b8568
Show file tree
Hide file tree
Showing 6 changed files with 1,946 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "kiyoami/curl",
"description": "Simple cURL function wapper",
"authors": [
{
"name": "Kiyokazu Oami",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {"Kiyoami\\Curl\\": "src/"}
},
"scripts": {
"test": [
"phpunit tests/CoreTest.php"
]
}
}
Loading

0 comments on commit e6b8568

Please sign in to comment.