Skip to content

Commit

Permalink
docker->compose -> docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Sep 10, 2024
1 parent b347af4 commit 8e718ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php | grep 'const VERSION'
docker-compose exec -T test vendor/bin/phpunit "$@"
docker compose exec -T test vendor/bin/phpunit "$@"

0 comments on commit 8e718ff

Please sign in to comment.