Skip to content

Commit

Permalink
Merge pull request #10 from pavlakis/develop
Browse files Browse the repository at this point in the history
Update copyright to 2017
  • Loading branch information
pavlakis authored Jan 30, 2017
2 parents 1a9ec82 + 5b3960e commit 603933a
Show file tree
Hide file tree
Showing 7 changed files with 291 additions and 96 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: php
php:
- 7.1
- 7.0
- 5.6
- 5.5
install: composer install
script: phpunit --configuration tests/phpunit/phpunit.xml
script: ./bin/phpunit -c tests/phpunit/phpunit.xml

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2016 Antonis Pavlakis . All rights reserved.
Copyright (c) 2015-2017 Antonis Pavlakis . All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@
}
},
"require": {
"php": ">=5.5.0"
"php": "^5.5|^5.6|^7.0|^7.1"
},
"require-dev": {
"slim/slim": "~3.0",
"slim/slim": "^3.0",
"phpunit/phpunit": "^4.0"
},
"config": {
"bin-dir": "bin",
"preferred-install": {
"*": "dist"
}
}
}
Loading

0 comments on commit 603933a

Please sign in to comment.