Merge pull request #318 from ratchetphp/maintenance

misc: PHP "7", deps, license
This commit is contained in:
Chris Boden 2015-05-24 16:11:46 -04:00
commit f5a82a6a07
3 changed files with 6 additions and 5 deletions

View File

@ -5,6 +5,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
before_script:

View File

@ -1,4 +1,4 @@
Copyright (c) 2011-2014 Chris Boden
Copyright (c) 2011-2015 Chris Boden
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -24,9 +24,9 @@
}
, "require": {
"php": ">=5.3.9"
, "react/socket": "0.3.*|0.4.*"
, "guzzle/http": "~3.6"
, "symfony/http-foundation": "~2.2"
, "symfony/routing": "~2.2"
, "react/socket": "^0.3 || ^0.4"
, "guzzle/http": "^3.6"
, "symfony/http-foundation": "^2.2"
, "symfony/routing": "^2.2"
}
}