Skip to content

Commit 3c86b89

Browse files
committed
load project
1 parent 055f6a7 commit 3c86b89

File tree

2 files changed

+72
-992
lines changed

2 files changed

+72
-992
lines changed

composer.json

+23-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
{
2-
"name": "sportakal/garantipos",
3-
"type": "library",
4-
"autoload": {
5-
"psr-4": {
6-
"Sportakal\\Garantipos\\": "src/"
7-
}
8-
},
9-
"authors": [
10-
{
11-
"name": "sportakal",
12-
"email": "[email protected]"
13-
}
14-
],
15-
"require": {
16-
"mews/pos": "^0.7.0",
17-
"ext-curl": "*",
18-
"ext-xml": "*",
19-
"ext-dom": "*",
20-
"ext-simplexml": "*",
21-
"ext-json": "*",
22-
"vlucas/phpdotenv": "^5.4"
23-
},
24-
"require-dev": {
25-
"php-sage/sage": "^1.2"
2+
"name": "sportakal/garantipos",
3+
"type": "library",
4+
"autoload": {
5+
"psr-4": {
6+
"Sportakal\\Garantipos\\": "src/"
267
}
8+
},
9+
"authors": [
10+
{
11+
"name": "sportakal",
12+
"email": "[email protected]"
13+
}
14+
],
15+
"require": {
16+
"ext-curl": "*",
17+
"ext-xml": "*",
18+
"ext-dom": "*",
19+
"ext-simplexml": "*",
20+
"ext-json": "*",
21+
"vlucas/phpdotenv": "^5.4"
22+
},
23+
"require-dev": {
24+
"php-sage/sage": "^1.2"
25+
}
2726
}

0 commit comments

Comments
 (0)