Skip to content

Commit 72e4616

Browse files
[PHP] Update laravel to 8.37 (the-benchmarker#4175)
1 parent 5c45f4e commit 72e4616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php/laravel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"laravel/framework": "~8.36.0"
3+
"laravel/framework": "~8.37.0"
44
},
55
"autoload": {
66
"psr-4": {

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: 8.36
3+
version: 8.37
44

55
environment:
66
APP_ENV: production

0 commit comments

Comments
 (0)