Skip to content

Commit

Permalink
chore: adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mguinea committed Dec 20, 2019
1 parent 2a24489 commit 57b1c56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .scrutinizer.yml
Expand Up @@ -6,11 +6,10 @@ checks:
build:
environment:
php:
version: 7.2
version: 7.3
dependencies:
before:
- composer require phpunit/phpunit:^8.4 --dev
- composer require orchestra/testbench:^4.0 --dev
tests:
override:
-
Expand Down
14 changes: 6 additions & 8 deletions composer.json
Expand Up @@ -15,11 +15,11 @@
}
],
"require": {
"php" : "^7.2"
"php" : "^7.3"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"orchestra/testbench": "^3.8|^4.0"
"orchestra/testbench": "^4.0"
},
"autoload": {
"psr-4": {
Expand All @@ -31,20 +31,18 @@
"Robots\\Tests\\": "tests"
}
},
"config": {
"sort-packages": true
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "phpunit --coverage-html coverage"
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Robots\\RobotsServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 57b1c56

Please sign in to comment.