Compare commits

...

2 Commits

Author SHA1 Message Date
Erik Slooff
e4d368cc72 fixed typo in composer.json 2017-09-05 12:58:51 +02:00
Erik Slooff
cd49846df2 modified the required PHP version in composer.json 2017-09-05 12:22:55 +02:00

View File

@@ -20,12 +20,12 @@
}
],
"require": {
"php": ">=5.6.0",
"php": ">=5.4.0",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
"UniFi-API\\": "src/"
"UniFi_API\\": "src/"
}
}
}