Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Apr 2, 2020
1 parent 872d686 commit 5a1bc3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"behat/mink-selenium2-driver": "^1.3",
"adlawson/vfs": "^0.12.1",
"zircote/swagger-php": "^3.0",
"symfony/phpunit-bridge": "^4.4",
"symfony/phpunit-bridge": "4.4.*",
"centreon/centreon-test-lib": "dev-master",
"sensiolabs/security-checker": "^6.0",
"symfony/var-dumper": "4.4.*",
Expand All @@ -37,8 +37,8 @@
"ext-phar": "*",
"pear/pear-core-minimal": "^1.10",
"pimple/pimple": "^3.2",
"symfony/filesystem": "^4.4",
"symfony/finder": "^4.4",
"symfony/filesystem": "4.4.*",
"symfony/finder": "4.4.*",
"openpsa/quickform": "3.3.*",
"smarty/smarty": "~2.6",
"curl/curl" : "^1.5",
Expand All @@ -51,7 +51,7 @@
"symfony/dotenv": "4.4.*",
"symfony/flex": "^1.1",
"symfony/framework-bundle": "4.4.*",
"symfony/security-bundle": "^4.4.7",
"symfony/security-bundle": "4.4.*",
"symfony/yaml": "4.4.*",
"symfony/options-resolver": "4.4.*",
"symfony/serializer-pack": "^1.0",
Expand All @@ -63,7 +63,7 @@
"ext-json": "*",
"justinrainbow/json-schema": "^5.2",
"ext-openssl": "*",
"symfony/http-client": "^4.4.7"
"symfony/http-client": "4.4.*"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a1bc3f

Please sign in to comment.