Sfoglia il codice sorgente

Enabled PSR-4 autoloading

Jan Oris 8 anni fa
parent
commit
ef08a93084

+ 2 - 2
composer.json

@@ -1,7 +1,7 @@
 {
     "name": "ixudra/curl",
     "description": "Custom PHP Curl library for the Laravel 5 framework - developed by Ixudra",
-    "version": "6.7.0",
+    "version": "6.8.0",
     "keywords": ["Ixudra", "Laravel", "Curl"],
     "homepage": "http://ixudra.be",
     "license": "MIT",
@@ -19,7 +19,7 @@
     },
 
     "autoload": {
-        "psr-0": {
+        "psr-4": {
             "Ixudra\\Curl\\": "src/"
         }
     },

+ 0 - 0
public/.gitkeep


+ 0 - 0
src/Ixudra/Curl/Builder.php → src/Builder.php


+ 0 - 0
src/Ixudra/Curl/CurlService.php → src/CurlService.php


+ 0 - 0
src/Ixudra/Curl/CurlServiceProvider.php → src/CurlServiceProvider.php


+ 0 - 0
src/Ixudra/Curl/Facades/Curl.php → src/Facades/Curl.php


+ 0 - 0
src/config/.gitkeep


+ 0 - 0
tests/.gitkeep