Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from nstapelbroek/feature/update-dependencies
Browse files Browse the repository at this point in the history
update composer dependencies
  • Loading branch information
nstapelbroek authored Jan 12, 2018
2 parents aa395ef + 155e2e8 commit 1a65af2
Show file tree
Hide file tree
Showing 5 changed files with 784 additions and 399 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: php

php:
- 5.5
- 5.6
- 7
- 7.0
- 7.1
- hhvm

before_script:
- composer install --dev
- composer update --dev
- mkdir -p build/logs

script: phpunit --coverage-clover build/logs/clover.xml
script: ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Due to changes in the namespace and directory structure this package is not back

## Installation

This package works with Laravel 5.1 (running PHP 5.5.9+).
This package works with Laravel 5.1 (running PHP 5.6+).

To install the package in your project:

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"require-dev": {
"ext-sqlite3": "*",
"illuminate/database": "~5.1",
"phpunit/phpunit": "~4.0",
"mockery/mockery": "0.9.*"
"phpunit/phpunit": "^5.0",
"mockery/mockery": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 1a65af2

Please sign in to comment.