Skip to content

Commit 4e9dd13

Browse files
authored
Merge pull request #31 from szepeviktor/patch-1
Properly load source code and tests
2 parents 510f0fd + 6c51969 commit 4e9dd13

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paylike/php-api",
3-
"description": "PHP SDK to communicate with the Paylike HTTP api",
3+
"description": "PHP SDK to communicate with the Paylike HTTP API",
44
"version": "1.0.5",
55
"license": "MIT",
66
"authors": [
@@ -12,12 +12,16 @@
1212
"minimum-stability": "dev",
1313
"autoload": {
1414
"psr-4": {
15-
"Paylike\\": "src",
16-
"Paylike\\Tests\\": "tests"
15+
"Paylike\\": "src/"
16+
}
17+
},
18+
"autoload-dev": {
19+
"psr-4": {
20+
"Paylike\\Tests\\": "tests/"
1721
}
1822
},
1923
"require": {
20-
"php": ">=5.3",
24+
"php": ">=5.3.3",
2125
"ext-curl": "*"
2226
},
2327
"require-dev": {

0 commit comments

Comments
 (0)