Skip to content

Commit 41171f3

Browse files
committed
CS-73: Moved everything to src, changed namespaces
1 parent 5960cbc commit 41171f3

8 files changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55
"keywords": [
66
"dapi",
77
"dapi-php",
8-
"php"
8+
"php",
9+
"dapi client"
910
],
1011
"homepage": "https://github.com/dapi-co/dapi-php",
1112
"license": "proprietary",
1213
"require": {
13-
"php": ">=7.3",
14+
"php": "^7.2.5 || ^8.0",
1415
"guzzlehttp/guzzle": "^7.3"
1516
},
1617
"minimum-stability": "stable",
1718
"autoload": {
1819
"psr-4": {
19-
"Dapi\\DapiPhp\\": "/"
20+
"": "src/"
2021
}
2122
},
2223
"authors": [
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)