Merge pull request #318 from ratchetphp/maintenance
misc: PHP "7", deps, license
This commit is contained in:
commit
f5a82a6a07
@ -5,6 +5,7 @@ php:
|
|||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
|
- 7
|
||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
2
LICENSE
2
LICENSE
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
}
|
}
|
||||||
, "require": {
|
, "require": {
|
||||||
"php": ">=5.3.9"
|
"php": ">=5.3.9"
|
||||||
, "react/socket": "0.3.*|0.4.*"
|
, "react/socket": "^0.3 || ^0.4"
|
||||||
, "guzzle/http": "~3.6"
|
, "guzzle/http": "^3.6"
|
||||||
, "symfony/http-foundation": "~2.2"
|
, "symfony/http-foundation": "^2.2"
|
||||||
, "symfony/routing": "~2.2"
|
, "symfony/routing": "^2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user