Skip to content

Commit

Permalink
1- Update composer 2- add .env (#10)
Browse files Browse the repository at this point in the history
3- add codeception
4- update to php7
  • Loading branch information
SalmaGhareeb authored Feb 27, 2018
1 parent 9e526ce commit 8357865
Show file tree
Hide file tree
Showing 10 changed files with 1,793 additions and 671 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/output
composer.phar
/vendor/
/vendor/

.idea/
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@
}
],
"require": {
"php": ">=5.6.0",
"kriswallsmith/buzz": "^0.15.2",
"php": ">=7.0",
"kriswallsmith/buzz": "0.16.*",
"ext-curl": "*",
"jms/serializer": "^1.9",
"doctrine/collections": "^1.5"
"jms/serializer": "1.*",
"doctrine/collections": "1.5.*",
"vlucas/phpdotenv": "2.4.*"
},
"require-dev": {
"symfony/var-dumper": "~2.3",
"phpunit/phpunit": "^6.4"
"phpunit/phpunit": "6.*",
"codeception/mockery-module": "^0.2.3",
"codeception/codeception": "^2.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 8357865

Please sign in to comment.