Skip to content

Commit

Permalink
Drop PHP 7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Feb 12, 2019
1 parent db2879e commit 5434a90
Show file tree
Hide file tree
Showing 30 changed files with 29 additions and 32 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ env:
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.1
env: SETUP=lowest
- php: 7.2
- php: 7.2
env: SETUP=lowest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Auth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/http": "5.9.*",
"illuminate/queue": "5.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Broadcasting/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"psr/log": "^1.0",
"illuminate/bus": "5.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Bus/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/pipeline": "5.9.*",
"illuminate/support": "5.9.*"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*",
"symfony/console": "^4.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Container/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*",
"psr/container": "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"psr/container": "^1.0",
"psr/simple-cache": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Cookie/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*",
"symfony/http-foundation": "^4.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"illuminate/container": "5.9.*",
"illuminate/contracts": "5.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Encryption/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Events/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/container": "5.9.*",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*",
"symfony/finder": "^4.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Hashing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"illuminate/session": "5.9.*",
"illuminate/support": "5.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*",
"monolog/monolog": "^1.11"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Mail/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"erusev/parsedown": "^1.7",
"illuminate/container": "5.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Notifications/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/broadcasting": "5.9.*",
"illuminate/bus": "5.9.*",
"illuminate/container": "5.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Pagination/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Pipeline/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"illuminate/console": "5.9.*",
"illuminate/container": "5.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Redis/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/contracts": "5.9.*",
"illuminate/support": "5.9.*",
"predis/predis": "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"illuminate/container": "5.9.*",
"illuminate/contracts": "5.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Session/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"illuminate/contracts": "5.9.*",
"illuminate/filesystem": "5.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"ext-mbstring": "*",
"doctrine/inflector": "^1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Translation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"illuminate/contracts": "5.9.*",
"illuminate/filesystem": "5.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"egulias/email-validator": "^2.0",
"illuminate/container": "5.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/View/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"illuminate/container": "5.9.*",
"illuminate/contracts": "5.9.*",
Expand Down

0 comments on commit 5434a90

Please sign in to comment.