Skip to content

Commit

Permalink
fix(deps): update dependency laravel/framework to ~10.29.0 (#6858)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency laravel/framework to ~10.29.0

* update version in results

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marwan <waghanza@gmail.com>
  • Loading branch information
renovate[bot] and waghanza committed Oct 27, 2023
1 parent a6e2040 commit 574c791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php/laravel/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"laravel/framework": "~10.28.0"
"laravel/framework": "~10.29.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion php/laravel/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
website: laravel.com
version: 10.28
version: 10.29

environment:
APP_ENV: production
Expand Down

0 comments on commit 574c791

Please sign in to comment.