Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rudowastaken committed Jun 14, 2021
1 parent 4f1f7ac commit d4b82f8
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 20 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0

cache:
yarn: true
directories:
- node_modules

install:
- echo "{\"http-basic\":{\"nova.laravel.com\":{\"username\":\"${NOVA_USERNAME}\",\"password\":\"${NOVA_PASSWORD}\"}}}" > auth.json
- composer install
- yarn
- npm ci

script:
- composer test
- yarn lint
- npm run lint
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
}
],
"require": {
"php": ">=7.2.5",
"php": "^7.3 || ^8.0",
"laravel/nova": "^3.0"
},
"require-dev": {
"limedeck/phpunit-detailed-printer": "^5.0",
"orchestra/testbench": "^5.10",
"phpunit/phpunit": "^8.5"
"limedeck/phpunit-detailed-printer": "^6.0",
"orchestra/testbench": "^6.18",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d4b82f8

Please sign in to comment.