Skip to content

Commit 3cadd13

Browse files
committed
initial commit
1 parent 758db90 commit 3cadd13

7 files changed

+1861
-0
lines changed

composer.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "sharpapi/php-core",
3+
"description": "SharpAPI.com PHP Core functionalities & communication",
4+
"type": "library",
5+
"require": {
6+
"php": "^8.1",
7+
"guzzlehttp/guzzle": "^7.8.2",
8+
"nesbot/carbon": "^2.0|^3.0",
9+
"ext-json": "*",
10+
"ext-mbstring": "*",
11+
"spatie/url": "^2.4"
12+
},
13+
"license": "MIT",
14+
"autoload": {
15+
"psr-4": {
16+
"SharpAPI\\Core\\": "src/"
17+
}
18+
},
19+
"authors": [
20+
{
21+
"name": "Dawid Makowski",
22+
"email": "[email protected]"
23+
}
24+
],
25+
"minimum-stability": "stable"
26+
}

0 commit comments

Comments
 (0)