Skip to content

Commit a6f6b03

Browse files
committed
Merge branch 'release/2.9.2'
2 parents 8901b66 + 3986bd0 commit a6f6b03

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.1
1+
2.9.2

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
],
2222
"require": {
2323
"php": "^8.1",
24-
"illuminate/contracts": "~8|~9|~10|~11",
25-
"illuminate/support": "~8|~9|~10|~11",
24+
"illuminate/contracts": "~8|~9|~10|~11|^12.0",
25+
"illuminate/support": "~8|~9|~10|~11|^12.0",
2626
"phayes/geophp": "~1.2"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.6",
3030
"mockery/mockery": "^1.5.1",
3131
"phpunit/phpunit": "^9.6.5",
32-
"psy/psysh": "^0.11.1",
33-
"symfony/var-dumper": "^6.2"
32+
"psy/psysh": "^0.11.1|^0.12",
33+
"symfony/var-dumper": "^6.2|^7.2"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)