Minor changes

This commit is contained in:
José Lorente 2018-05-29 19:25:15 +02:00
parent 348ef58c12
commit 3e05d04535
2 changed files with 0 additions and 7 deletions

3
.gitignore vendored
View File

@ -1,6 +1,3 @@
# yii console command
/yii
# phpstorm project files
.idea

View File

@ -17,10 +17,6 @@
"php": ">=5.6",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.8"
},
"autoload": {
"psr-4": { "Jlorente\\Appsflyer\\": "src/" }
},