Skip to content

Commit 346a442

Browse files
authored
fix: update nativephp/laravel version constraint to allow all versions during development (#169)
1 parent f50b9d1 commit 346a442

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": "^1.0@beta",
37+
"nativephp/laravel": "*",
3838
"nativephp/php-bin": "^0.5.1",
3939
"spatie/laravel-package-tools": "^1.16.4"
4040
},

0 commit comments

Comments
 (0)