mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-05 14:37:27 +02:00
Merge pull request #321 from phorzycki/composer-updates
Composer packages updated
This commit is contained in:
@@ -3,7 +3,6 @@ language: php
|
||||
sudo: false
|
||||
|
||||
php:
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
|
||||
|
@@ -20,4 +20,4 @@ class Context
|
||||
|
||||
return $elements;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -9,12 +9,12 @@
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"php": ">=7.0",
|
||||
"php": ">=7.1",
|
||||
"psr/http-message": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.0",
|
||||
"squizlabs/php_codesniffer": "1.5.*"
|
||||
"phpunit/phpunit": "^7",
|
||||
"squizlabs/php_codesniffer": "^3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
618
composer.lock
generated
618
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user