We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad410e commit b7c20d6Copy full SHA for b7c20d6
composer.json
@@ -3,13 +3,13 @@
3
"description": "Make Laravel model versionable.",
4
"require": {
5
"php": "^8.1",
6
- "laravel/framework": "^9.0|^10.0|^11.0",
+ "laravel/framework": "^9.0|^10.0|^11.0|^12.0",
7
"jfcherng/php-diff": "^6.11",
8
"doctrine/dbal": "^3.8|^4.0"
9
},
10
"require-dev": {
11
- "phpunit/phpunit": "^10.0",
12
- "orchestra/testbench": "^8.21",
+ "phpunit/phpunit": "^10.0|^11.5.3",
+ "orchestra/testbench": "^8.21|^10.0",
13
"mockery/mockery": "^1.4",
14
"laravel/pint": "^1.5",
15
"brainmaestro/composer-git-hooks": "dev-master"
0 commit comments