فهرست منبع

Enabled PSR-4 autoloading

Jan Oris 8 سال پیش
والد
کامیت
ef08a93084
8فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      composer.json
  2. 0 0
      public/.gitkeep
  3. 0 0
      src/Builder.php
  4. 0 0
      src/CurlService.php
  5. 0 0
      src/CurlServiceProvider.php
  6. 0 0
      src/Facades/Curl.php
  7. 0 0
      src/config/.gitkeep
  8. 0 0
      tests/.gitkeep

+ 2 - 2
composer.json

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