Skip to content

Commit

Permalink
Add nova repository to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Breen committed Feb 9, 2021
1 parent 2b72c52 commit 5b33359
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^7.4|^8.0",
"tipoff/support": "^1.1"
"tipoff/support": "^1.1.1"
},
"require-dev": {
"orchestra/testbench": "^6.0",
Expand Down Expand Up @@ -52,6 +52,12 @@
}
}
},
"repositories": [
{
"type": "composer",
"url": "https://nova.laravel.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
<logging>
<junit outputFile="build/report.junit.xml"/>
</logging>
<php>
<env name="DB_CONNECTION" value="testing"/>
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF"/>
</php>
</phpunit>

0 comments on commit 5b33359

Please sign in to comment.