Skip to content

Commit c9459a0

Browse files
[PHP] Update laravel to 7.6 (the-benchmarker#2468)
1 parent 338691d commit c9459a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

php/laravel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"fideloper/proxy": "*",
4-
"laravel/framework": "~7.5.1",
4+
"laravel/framework": "~7.6.1",
55
"laravel/tinker": "*"
66
},
77
"autoload": {

php/laravel/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
website: laravel.com
3-
version: 7.5
3+
version: 7.6
44

55
environment:
66
APP_ENV: production

0 commit comments

Comments
 (0)