Skip to content

Commit

Permalink
chore(deps): upgrade sabre/dav to version 4.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Aug 5, 2019
1 parent 1197ca1 commit 54ddecc
Show file tree
Hide file tree
Showing 6 changed files with 1,162 additions and 779 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aliases:
- &unit-tests
run:
name: Run unit tests
command: phpdbg -dmemory_limit=4G -qrr vendor/bin/phpunit -c phpunit.xml --log-junit ./results/results.xml --coverage-clover ./results/coverage.xml
command: vendor/bin/phpunit -c phpunit.xml --log-junit ./results/results.xml --coverage-clover ./results/coverage.xml
- &psalm
run:
name: Run psalm
Expand Down Expand Up @@ -70,7 +70,6 @@ jobs:
- checkout
- attach_workspace:
at: *root
- *remove-xdebug
- *unit-tests
- store_test_results:
path: results
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/results/
/vendor/
.phpunit.result.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
],
"require": {
"laravel/framework": "^5.6",
"sabre/dav": "^3.2"
"sabre/dav": "^4.0"
},
"require-dev": {
"nunomaduro/larastan": "^0.3.15",
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "^7.3",
"phpunit/phpunit": "^8.0",
"vimeo/psalm": "^3.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 54ddecc

Please sign in to comment.