Skip to content

Commit

Permalink
fix tests part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Sep 6, 2024
1 parent 9a858d2 commit 081afd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/laravel-mariadb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lando exec appserver -- curl -L localhost | grep "Laravel"

# Should install 4.x version of laravel/installer
cd mariadb
lando exec appserver -c 'cd /var/www/.composer && composer show laravel/installer' | grep 'v4.'
lando exec appserver -- "cd /var/www/.composer && composer show laravel/installer" | grep 'v4.'

# Should use 8.3 as the default php version
cd mariadb
Expand Down

0 comments on commit 081afd0

Please sign in to comment.