Skip to content

Commit a2837c9

Browse files
committed
Change routing, API calls usability and some small review of mappers with models.
1 parent 7dc8df2 commit a2837c9

File tree

104 files changed

+2297
-2271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+2297
-2271
lines changed

README.md

Lines changed: 176 additions & 159 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PHP SDK for integration with checkbox.ua API",
44
"type": "library",
55
"license": "MIT",
6-
"version": "0.1.1",
6+
"version": "0.2.0",
77
"authors": [
88
{
99
"name": "Digit",
@@ -23,8 +23,8 @@
2323
},
2424
"autoload": {
2525
"psr-4": {
26-
"DigitSoft\\Checkbox\\": "src",
27-
"DigitSoft\\Checkbox\\Tests\\": "tests"
26+
"DigitSoft\\Checkbox\\Tests\\": "tests",
27+
"DigitSoft\\Checkbox\\": "src"
2828
}
2929
},
3030
"scripts": {

0 commit comments

Comments
 (0)