From 37c5b6ee12019fec564a73d995c849ae228bd5b0 Mon Sep 17 00:00:00 2001 From: Abdelouahab Djoudi Date: Thu, 30 May 2019 09:20:26 +0200 Subject: [PATCH 1/3] update php version and phpunit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8aa61ee..5b29877 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ } ], "require": { - "php": ">=5.3.0" + "php": ">=7.0.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~6.0" }, "autoload": { "psr-0": { From 62b13323897266210bcd43f97ee5f1aacbfe1ef9 Mon Sep 17 00:00:00 2001 From: Abdelouahab Djoudi Date: Thu, 30 May 2019 09:21:10 +0200 Subject: [PATCH 2/3] update php version to 7 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0edb59c..1ec24ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: php php: - - 5.3 - - 5.4 + - 7.0 + - 7.1 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev -script: phpunit \ No newline at end of file +script: phpunit From 2eb5cff1af65df4d636938ae3c73340b0066613d Mon Sep 17 00:00:00 2001 From: Abdelouahab Djoudi Date: Mon, 12 Aug 2019 01:21:48 +0200 Subject: [PATCH 3/3] Update composer.json --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 5b29877..48e5299 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,10 @@ { "name": "Kane Cohen", "email": "kanecohen@gmail.com" + }, + { + "name": "Abdelouahab Djoudi", + "email": "info@djoudi.net" } ], "require": {