Skip to content

Commit 494b786

Browse files
committed
update composer depds to support 8.2
1 parent 5c864bb commit 494b786

File tree

11 files changed

+5692
-1669
lines changed

11 files changed

+5692
-1669
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.0.0"
14+
"php": ">=8.2"
1515
},
1616
"autoload": {
1717
"psr-4": {
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require-dev": {
37-
"orchestra/testbench": "~3.0",
38-
"phpunit/phpunit": "^7.1"
37+
"orchestra/testbench": "^8.0",
38+
"phpunit/phpunit": "^10.0"
3939
}
4040
}

0 commit comments

Comments
 (0)