Bump min version to PHP 7

Restore tinker command
This commit is contained in:
Samuel Georges 2017-05-13 09:04:22 +10:00
parent bc23bc8fe6
commit 59d1e7736c
5 changed files with 7 additions and 4 deletions

View File

@ -24,7 +24,9 @@
"source": "https://github.com/octobercms/october"
},
"require": {
"php": ">=5.5.9",
"php": ">=7.0",
"ext-mbstring": "*",
"ext-openssl": "*",
"october/rain": "~1.0",
"october/system": "~1.0",
"october/backend": "~1.0",

View File

@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.5.9",
"php": ">=7.0",
"composer/installers": "~1.0",
"october/rain": "~1.0"
},

View File

@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.5.9",
"php": ">=7.0",
"composer/installers": "~1.0",
"october/rain": "~1.0"
},

View File

@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.5.9",
"php": ">=7.0",
"composer/installers": "~1.0",
"october/rain": "~1.0"
},

View File

@ -20,6 +20,7 @@ return [
Illuminate\Session\SessionServiceProvider::class,
Illuminate\Validation\ValidationServiceProvider::class,
Illuminate\View\ViewServiceProvider::class,
Laravel\Tinker\TinkerServiceProvider::class,
/*
* October Rain providers