Skip to content

Commit

Permalink
⬆️ laravel v10.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Nov 25, 2023
1 parent fa1e8fa commit 6b7b1a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"php": ">=8.1",
"ext-json": "*",
"ext-mbstring": "*",
"illuminate/cache": "^10.23",
"illuminate/config": "^10.23",
"illuminate/console": "^10.23",
"illuminate/container": "^10.23",
"illuminate/contracts": "^10.23",
"illuminate/database": "^10.23",
"illuminate/events": "^10.23",
"illuminate/filesystem": "^10.23",
"illuminate/http": "^10.23",
"illuminate/log": "^10.23",
"illuminate/routing": "^10.23",
"illuminate/support": "^10.23",
"illuminate/view": "^10.23",
"illuminate/cache": "^10.33",
"illuminate/config": "^10.33",
"illuminate/console": "^10.33",
"illuminate/container": "^10.33",
"illuminate/contracts": "^10.33",
"illuminate/database": "^10.33",
"illuminate/events": "^10.33",
"illuminate/filesystem": "^10.33",
"illuminate/http": "^10.33",
"illuminate/log": "^10.33",
"illuminate/routing": "^10.33",
"illuminate/support": "^10.33",
"illuminate/view": "^10.33",
"laravel/prompts": "^0.1.7",
"league/flysystem": "^3.8",
"ramsey/uuid": "^4.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Application extends Container implements ApplicationContract, CachesConfig
*
* @var string
*/
const VERSION = '10.32.1';
const VERSION = '10.33.0';

/**
* The base path for the Laravel installation.
Expand Down

0 comments on commit 6b7b1a3

Please sign in to comment.