Skip to content

Commit

Permalink
update dependencies : sylius/sylius
Browse files Browse the repository at this point in the history
  • Loading branch information
kooliahmd committed Oct 18, 2017
1 parent bfe7ae6 commit 41b1cd5
Show file tree
Hide file tree
Showing 13 changed files with 6,309 additions and 1,237 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
vendor
bin
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
}
],
"require": {
"phpunit/phpunit": "^6.3",
"webmozart/assert": "^1.2",
"sylius/customer": "^1.0"
"sylius/sylius": "^1.0.0",
"symfony/http-kernel": "^3.3"
},
"require-dev":{
"phpunit/phpunit": "^6.3"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": {
"SnakeTn\\Reward\\": ""
"SnakeTn\\Reward\\": "src",
"SnakeTn\\Reward\\Tests\\": "tests"
}
}
}
Loading

0 comments on commit 41b1cd5

Please sign in to comment.