소스 검색

Backward Laravel 4 compatibility

Package is compatible with L4, no reason not to allow L4 users to benefits from it :)
Rémi Collin 10 년 전
부모
커밋
d99e5ecff3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -15,7 +15,7 @@
 
     "require": {
         "php": ">=5.4.0",
-        "illuminate/support": "5.0.*"
+        "illuminate/support": "4.*||5.0.*"
     },
 
     "autoload": {