소스 검색

Fixed version number

Jan Oris 10 년 전
부모
커밋
3d23475e16
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      composer.json

+ 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": "5.0.1",
+    "version": "5.0.2",
     "keywords": ["Ixudra", "Laravel", "Curl"],
     "homepage": "http://ixudra.be",
     "license": "MIT",
@@ -15,7 +15,7 @@
 
     "require": {
         "php": ">=5.4.0",
-        "illuminate/support": ">=4.*"
+        "illuminate/support": ">=4.0"
     },
 
     "autoload": {