We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb51778 commit eb1397dCopy full SHA for eb1397d
.github/workflows/back-end.yml
@@ -49,8 +49,8 @@ jobs:
49
fail-fast: false
50
matrix:
51
php-version:
52
- - "8.3"
53
- "8.4"
+ - "8.5"
54
dependencies:
55
- "lowest"
56
- "locked"
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": "^8.3.0 || ^8.4.0",
+ "php": "^8.4.0 || ^8.5.0",
19
"ext-exif": "*",
20
"ext-gd": "*",
21
"laravel/framework": "^11.31 || ^12.0"
src/Root.php
@@ -27,7 +27,7 @@ class Root
27
*
28
* @var string
29
*/
30
- public const string VERSION = '2.8.0';
+ public const string VERSION = '2.8.1';
31
32
/**
33
* The registered booting callbacks.
0 commit comments