Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.1.1 #100

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
APP_SERVICE=app
DB_HOST=laravel-protector-mysql_testing-1
DB_DATABASE=protector_test
DB_USERNAME=forge
DB_PASSWORD=forge
DB_USERNAME=protector
DB_PASSWORD=protector
3 changes: 3 additions & 0 deletions docker-compose.yml → compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
- '.:/var/www/html'
networks:
- internal
- shared
depends_on:
- mysql_testing
mysql_testing:
Expand All @@ -39,3 +40,5 @@ services:
networks:
internal:
internal: true
shared:
external: true
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<env name="DB_CONNECTION" value="mysql"/>
<env name="DB_HOST" value="laravel-protector-mysql_testing-1"/>
<env name="DB_DATABASE" value="protector_test"/>
<env name="DB_USERNAME" value="forge"/>
<env name="DB_PASSWORD" value="forge"/>
<env name="DB_USERNAME" value="protector"/>
<env name="DB_PASSWORD" value="protector"/>
<env name="APP_URL" value="http://protector.invalid"/>
</php>
<source>
Expand Down
Loading
Loading