Skip to content

Commit 52d7a5a

Browse files
committed
build: fix php minimum version constraint, paratest version
1 parent b5fa7d4 commit 52d7a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0",
19+
"php": "^8.1",
2020
"spatie/laravel-package-tools": "^1.16",
2121
"illuminate/contracts": "^10.0||^11.0||^12.0"
2222
},
2323
"require-dev": {
24+
"brianium/paratest": "^7.3.1",
2425
"laravel/pint": "^1.14",
2526
"nesbot/carbon": "^2.63||^3.0",
2627
"nunomaduro/collision": "^7.10.0||^8.8.0",

0 commit comments

Comments
 (0)