Skip to content

Commit

Permalink
Merge pull request #9 from etcinit/nucleus-import
Browse files Browse the repository at this point in the history
Import some useful classes from Nucleus
  • Loading branch information
etcinit authored Feb 25, 2017
2 parents 3c13f56 + bf4b252 commit 8041ea9
Show file tree
Hide file tree
Showing 10 changed files with 1,379 additions and 751 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: php
php:
- '5.6'
- hhvm
- 7.0
- 7.1
install: composer install
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "sellerlabs/beakers",
"description": "Interfaces and abstracts to share amongst Seller Labs products",
"require": {
"php": ">=7.0.0",
"sellerlabs/quip": "^0.1.3",
"laravel/framework": "5.*"
"laravel/framework": "5.*",
"mockery/mockery": "^0.9.8",
"php-ds/php-ds": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "*"
Expand Down
Loading

0 comments on commit 8041ea9

Please sign in to comment.