Skip to content

Commit

Permalink
Break away from master (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jan 15, 2017
1 parent ff2e7b1 commit 640f66d
Show file tree
Hide file tree
Showing 20 changed files with 177 additions and 1,047 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: php

php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
Expand Down
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
],
"require": {
"php": ">=5.5",
"nikic/PHP-Parser": ">=3.0.2"
"php": ">=5.4",
"nikic/PHP-Parser": "2.1.1"
},
"bin": ["bin/psalm"],
"autoload": {
Expand All @@ -25,12 +25,14 @@
}
},
"require-dev": {
"phpunit/phpunit": ">=5.7.4",
"phpunit/phpunit": "4.8.30",
"phpdocumentor/reflection-docblock": "2.0.4",
"symfony/yaml": "2.8.14",
"squizlabs/php_codesniffer": "^2.7"
},
"scripts": {
"psalm": "./bin/psalm",
"psalm": "./bin/psalm --self-check",
"standards": "phpcs --standard=phpcs.xml",
"tests": "phpunit"
"tests": "phpunit tests/"
}
}
Loading

0 comments on commit 640f66d

Please sign in to comment.