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.
2 parents 8901b66 + 3986bd0 commit a6f6b03Copy full SHA for a6f6b03
VERSION
@@ -1 +1 @@
1
-2.9.1
+2.9.2
composer.json
@@ -21,16 +21,16 @@
21
],
22
"require": {
23
"php": "^8.1",
24
- "illuminate/contracts": "~8|~9|~10|~11",
25
- "illuminate/support": "~8|~9|~10|~11",
+ "illuminate/contracts": "~8|~9|~10|~11|^12.0",
+ "illuminate/support": "~8|~9|~10|~11|^12.0",
26
"phayes/geophp": "~1.2"
27
},
28
"require-dev": {
29
"laravel/pint": "^1.6",
30
"mockery/mockery": "^1.5.1",
31
"phpunit/phpunit": "^9.6.5",
32
- "psy/psysh": "^0.11.1",
33
- "symfony/var-dumper": "^6.2"
+ "psy/psysh": "^0.11.1|^0.12",
+ "symfony/var-dumper": "^6.2|^7.2"
34
35
"autoload": {
36
"psr-4": {
0 commit comments