Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mickadoo committed Jan 11, 2016
2 parents 38d0142 + c5b5c57 commit d7d930d
Show file tree
Hide file tree
Showing 5 changed files with 1,887 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
config/
!config/config.sample.yml
vendor/
composer.lock
tests/LooplineSystems/CloseIoApi/Api/LiveApiTest.php
tests/build/logs/
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: php

php:
- 5.5
- 5.4
- 5.6

before_script:
- /home/travis/.phpenv/versions/`phpenv version-name`/bin/composer self-update
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
}
],
"require": {
"php": "^5.4.0",
"symfony/yaml": "^2.5.2",
"php": "^5.6.0",
"symfony/yaml": "^2.5",
"zendframework/zend-filter": "^2.3.3",
"doctrine/inflector": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.3.5",
"phpunit/phpunit": "^5.0.0",
"codeclimate/php-test-reporter": "^0.1.2"
},
"autoload": {
Expand Down
Loading

0 comments on commit d7d930d

Please sign in to comment.