From 8f4cac00cc6de7200f19b0614991cea4af1ef440 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sun, 24 May 2015 16:02:24 -0400 Subject: [PATCH] misc: PHP "7", deps, license --- .travis.yml | 1 + LICENSE | 2 +- composer.json | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9dea98..f0b9273 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 5.4 - 5.5 - 5.6 + - 7 - hhvm before_script: diff --git a/LICENSE b/LICENSE index 66857ea..293a211 100644 --- a/LICENSE +++ b/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 of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json index 2092cc1..6096381 100644 --- a/composer.json +++ b/composer.json @@ -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" } }