Skip to content

Commit 820d92a

Browse files
authored
Laravel 12 & 13
1 parent d896935 commit 820d92a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^8.1",
16-
"guzzlehttp/guzzle": "^7.2",
17-
"illuminate/notifications": "^10.0 || ^11.0",
18-
"illuminate/support": "^10.0 || ^11.0"
15+
"php": "^8.3",
16+
"guzzlehttp/guzzle": "^7.8",
17+
"illuminate/notifications": "^12 || ^13",
18+
"illuminate/support": "^12 || ^13"
1919
},
2020
"require-dev": {
21-
"mockery/mockery": "^1.4.4",
22-
"phpunit/phpunit": "^10.5 || ^11.0"
21+
"mockery/mockery": "^1.6",
22+
"phpunit/phpunit": "^11.5 || ^12.5 || ^13"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)