Skip to content

Commit

Permalink
! Dropped support for PHP5
Browse files Browse the repository at this point in the history
* Code cleanup
  • Loading branch information
pmaselkowski committed Jun 7, 2019
1 parent e6039af commit 13e566c
Show file tree
Hide file tree
Showing 55 changed files with 247 additions and 173 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php
dist: trusty
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@
"monolog/monolog": "Sends your logs to files, sockets, inboxes, databases and various web services"
},
"require-dev": {
"codeception/codeception": "*",
"codeception/codeception": "^3",
"phpunit/phpunit": "^7.0",
"codeception/specify": "^0",
"maslosoft/hedron": "*",
"maslosoft/zamm": "*"
},
"require": {
"php": ">=5.5.0",
"php": ">=7",
"psr/log": "~1",
"maslosoft/embedi": "*",
"maslosoft/signals": "*",
Expand Down

0 comments on commit 13e566c

Please sign in to comment.