Browse Source

Minor changes

master
José Lorente 6 years ago
parent
commit
3e05d04535
  1. 3
      .gitignore
  2. 4
      composer.json

3
.gitignore

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

4
composer.json

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

Loading…
Cancel
Save