Skip to content

Commit 129fa47

Browse files
author
Kurt Friars
committed
Adjust dependencies for 10.x
1 parent 456e476 commit 129fa47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.1|^8.2",
26+
"php": "^8.2",
2727
"spatie/laravel-package-tools": "^1.14.0",
28-
"illuminate/contracts": "^10.0|^11.0"
28+
"illuminate/contracts": "^10.0"
2929
},
3030
"require-dev": {
3131
"doctrine/dbal": "^3.7",
@@ -74,4 +74,4 @@
7474
}
7575
}
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)