Skip to content

Commit

Permalink
requires fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kartsev committed Oct 19, 2018
1 parent fdd7876 commit e1cd572
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 116 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# Зависимости
* php ^7.1
* carono/commerceml
* symfony/http-foundation ^4.1
* symfony/event-dispatcher ^4.1

# Установка
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"require": {
"php": ">=7.1",
"carono/commerceml": "^0.2.3",
"symfony/event-dispatcher": "^4.1"
"symfony/event-dispatcher": "^4.1",
"symfony/http-foundation": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^7",
"symfony/http-foundation": "^4.1",
"illuminate/session": "^5.7"
}
}
228 changes: 114 additions & 114 deletions composer.lock

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

0 comments on commit e1cd572

Please sign in to comment.