Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Jul 6, 2023
1 parent b5984dc commit ed10ff1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion php-8_1/devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"composer install"
],
"scripts": {
"test": "composer run-script test"
"test":[
"composer config --global use-parent-dir true",
"composer run-script test"
]
}
}
}

0 comments on commit ed10ff1

Please sign in to comment.