From 73f395b0810e7a5e504799ea734c33850a6e8f90 Mon Sep 17 00:00:00 2001
From: Paul Water
Date: Thu, 2 Apr 2020 03:59:52 +0200
Subject: [PATCH] Updated dependencies.
---
.scrutinizer.yml | 13 ++++++-------
.travis.yml | 5 ++---
composer.json | 8 ++++----
3 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 8851029..ea66256 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -1,8 +1,7 @@
build:
- tests:
- override:
- -
- command: './bin/phing unit'
- coverage:
- file: 'test/coverage.xml'
- format: 'php-clover'
\ No newline at end of file
+ tests:
+ override:
+ - command: './bin/phing unit'
+ coverage:
+ file: 'test/coverage.xml'
+ format: 'php-clover'
diff --git a/.travis.yml b/.travis.yml
index fdadd3b..3c2b564 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
language: php
php:
- - '7.1'
- - '7.2'
- '7.3'
-
+ - '7.4'
+
install:
- composer self-update
- composer update
diff --git a/composer.json b/composer.json
index e559b25..e8861e9 100644
--- a/composer.json
+++ b/composer.json
@@ -9,12 +9,12 @@
"type": "library",
"license": "MIT",
"require": {
- "php": ">=7.1.0",
- "setbased/helper-code-store": "^2.2.0"
+ "php": ">=7.3.0",
+ "setbased/helper-code-store": "^2.3"
},
"require-dev": {
- "phpunit/phpunit": "^7.0.0 || ^8.0.0",
- "phing/phing": "^2.0.0"
+ "phpunit/phpunit": "^9.0",
+ "phing/phing": "^2.0"
},
"autoload": {
"psr-4": {