We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 510f0fd + 6c51969 commit 4e9dd13Copy full SHA for 4e9dd13
1 file changed
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "paylike/php-api",
3
- "description": "PHP SDK to communicate with the Paylike HTTP api",
+ "description": "PHP SDK to communicate with the Paylike HTTP API",
4
"version": "1.0.5",
5
"license": "MIT",
6
"authors": [
@@ -12,12 +12,16 @@
12
"minimum-stability": "dev",
13
"autoload": {
14
"psr-4": {
15
- "Paylike\\": "src",
16
- "Paylike\\Tests\\": "tests"
+ "Paylike\\": "src/"
+ }
17
+ },
18
+ "autoload-dev": {
19
+ "psr-4": {
20
+ "Paylike\\Tests\\": "tests/"
21
}
22
},
23
"require": {
- "php": ">=5.3",
24
+ "php": ">=5.3.3",
25
"ext-curl": "*"
26
27
"require-dev": {
0 commit comments