From 3adcbf8760b159d0514c326eb7f4dbb06d361415 Mon Sep 17 00:00:00 2001 From: Ibrahim Sakr Date: Mon, 20 May 2024 16:25:08 +0300 Subject: [PATCH] bump to laravel 11 --- .gitignore | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b4fc6de..570e2f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ vendor composer.lock .DS_Store -.phpunit.result.cache \ No newline at end of file +.phpunit.result.cache +.idea \ No newline at end of file diff --git a/composer.json b/composer.json index ac2a647..e931a0c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } }, "require": { - "laravel/framework": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "laravel/framework": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", "php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3", "react/socket": "^1.4" },