Skip to content

Commit

Permalink
Bumped min php version in preperation for symfony 4 upgrade (#21995)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and taylorotwell committed Nov 7, 2017
1 parent 5af9633 commit af7d7cd
Show file tree
Hide file tree
Showing 30 changed files with 29 additions and 32 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -7,9 +7,6 @@ env:
matrix:
fast_finish: true
include:
- php: 7.0.21
- php: 7.0.21
env: setup=lowest
- php: 7.1
- php: 7.1
env: setup=lowest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"ext-mbstring": "*",
"ext-openssl": "*",
"doctrine/inflector": "~1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Auth/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/http": "5.6.*",
"illuminate/queue": "5.6.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Broadcasting/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/bus": "5.6.*",
"illuminate/contracts": "5.6.*",
"illuminate/queue": "5.6.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Bus/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/pipeline": "5.6.*",
"illuminate/support": "5.6.*"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Cache/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Config/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Console/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*",
"symfony/console": "~3.3"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Container/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"psr/container": "~1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Contracts/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"psr/container": "~1.0",
"psr/simple-cache": "~1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Cookie/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*",
"symfony/http-foundation": "~3.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Database/composer.json
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/container": "5.6.*",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Encryption/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"ext-mbstring": "*",
"ext-openssl": "*",
"illuminate/contracts": "5.6.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Events/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/container": "5.6.*",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*",
"symfony/finder": "~3.3"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Hashing/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Http/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/session": "5.6.*",
"illuminate/support": "5.6.*",
"symfony/http-foundation": "~3.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Log/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*",
"monolog/monolog": "~1.11"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Mail/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"erusev/parsedown": "~1.6",
"illuminate/container": "5.6.*",
"illuminate/contracts": "5.6.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Notifications/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/broadcasting": "5.6.*",
"illuminate/bus": "5.6.*",
"illuminate/container": "5.6.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Pagination/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Pipeline/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/console": "5.6.*",
"illuminate/container": "5.6.*",
"illuminate/contracts": "5.6.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Redis/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*",
"predis/predis": "~1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/container": "5.6.*",
"illuminate/contracts": "5.6.*",
"illuminate/http": "5.6.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Session/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/filesystem": "5.6.*",
"illuminate/support": "5.6.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Support/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"ext-mbstring": "*",
"doctrine/inflector": "~1.1",
"illuminate/contracts": "5.6.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Translation/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/contracts": "5.6.*",
"illuminate/filesystem": "5.6.*",
"illuminate/support": "5.6.*"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/container": "5.6.*",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/View/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.1.3",
"illuminate/container": "5.6.*",
"illuminate/contracts": "5.6.*",
"illuminate/events": "5.6.*",
Expand Down

0 comments on commit af7d7cd

Please sign in to comment.