Skip to content

Commit 9381aa7

Browse files
authored
Ensures 1.0.0-beta.1 or higher is required in v1 for laravel package (#159)
1 parent 46bbc5c commit 9381aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"php": "^8.1",
3535
"illuminate/contracts": "^10.0|^11.0",
3636
"laravel/prompts": "^0.1.1|^0.2|^0.3",
37-
"nativephp/laravel": "*",
37+
"nativephp/laravel": "^1.0",
3838
"nativephp/php-bin": "^0.5.1",
3939
"spatie/laravel-package-tools": "^1.14.0"
4040
},

0 commit comments

Comments
 (0)