Skip to content

Commit aff0ca5

Browse files
author
Dominik Liebler
authored
Merge pull request DesignPatternsPHP#321 from phorzycki/composer-updates
Composer packages updated
2 parents 93d4ebf + 15e802d commit aff0ca5

File tree

4 files changed

+395
-224
lines changed

4 files changed

+395
-224
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33
sudo: false
44

55
php:
6-
- 7.0
76
- 7.1
87
- 7.2
98

Behavioral/Strategy/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ public function executeStrategy(array $elements) : array
2020

2121
return $elements;
2222
}
23-
}
23+
}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
],
1010
"minimum-stability": "stable",
1111
"require": {
12-
"php": ">=7.0",
12+
"php": ">=7.1",
1313
"psr/http-message": "^1.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^6.0",
17-
"squizlabs/php_codesniffer": "1.5.*"
16+
"phpunit/phpunit": "^7",
17+
"squizlabs/php_codesniffer": "^3"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)