Skip to content

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardojbaez committed Mar 6, 2017
1 parent ab29f0f commit fda7923
Show file tree
Hide file tree
Showing 4 changed files with 3,605 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/vendor
/.phpintel
composer.phar
composer.lock
composer.phar
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Changed
- PSR2 Formatting
- Removed `newSubscription()` first parameter default value. *You should pass explicitly the subscription name*.
- Updated composer dependencies

### Fixed
- Method `isFree` will always return false. Issue #2
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"orchestra/testbench": "^3.0",
"orchestra/testbench": "~3.3.0",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.0"
},
Expand All @@ -26,5 +26,6 @@
"psr-4": {
"Gerardojbaez\\LaraPlans\\Tests\\": "tests/"
}
}
},
"minimum-stability": "dev"
}
Loading

0 comments on commit fda7923

Please sign in to comment.