Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 748035f

Browse filesBrowse files
authored
Drop support for older versions of Laravel
1 parent ef16240 commit 748035f
Copy full SHA for 748035f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/console": "6 - 10",
23+
"illuminate/console": "^10",
2424
"telegram-bot-sdk/telegram-bot-sdk": "^4.0@dev"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^8.5 || ^9.0"
27+
"phpunit/phpunit": "^9.6"
2828
},
2929
"suggest": {
3030
"irazasyed/larasupport": "Allows you to use any Laravel Package in Lumem"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.