Skip to content

Commit

Permalink
Merge pull request octobercms#5755 from timrspratt/patch-1
Browse files Browse the repository at this point in the history
use current PHP rather than cli default
  • Loading branch information
daftspunk authored Sep 29, 2023
2 parents 3a13302 + 2497640 commit 6b23943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate --ansi"
"@php artisan key:generate --ansi"
],
"post-autoload-dump": [
"System\\Console\\ComposerScript::postAutoloadDump"
Expand Down

0 comments on commit 6b23943

Please sign in to comment.