Skip to content

Commit e8ce27e

Browse files
committed
Update composer package
1 parent e1e711e commit e8ce27e

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
/.sami.php export-ignore
1414
/.styleci.yml export-ignore
1515
/.travis.yml export-ignore
16-
.travis.yml export-ignore
1716
/CHANGELOG.md export-ignore
1817
/CONTRIBUTING.md export-ignore
1918
.scrutinizer.yml export-ignore

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"khs1994/curl": "~18.06.0"
2828
},
2929
"require-dev": {
30-
"illuminate/console": "^5.5",
3130
"phpunit/phpunit": "^7.1"
3231
},
3332
"config": {

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<whitelist processUncoveredFilesFromWhitelist="true">
1010
<directory suffix=".php">./src</directory>
1111
<exclude>
12+
<directory suffix=".php">./src/Docker/Console</directory>
1213
<file>./src/Docker/Kernel/Support/helpers.php</file>
1314
<file>./src/Docker/Kernel/Facade.php</file>
1415
<file>./src/Docker/Kernel/ServiceProvider.php</file>

0 commit comments

Comments
 (0)