Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
merthurturk authored Oct 8, 2018
1 parent 52cbf1f commit 82ff06f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,15 @@
},
"require": {
"php": ">=5.5.9",
"illuminate/database": "5.1.* || 5.2.* || 5.3.*",
"illuminate/database": "5.*",
"mailium/oauth-client-php" :"1.0.22",
"mailium/api-wrapper-php": "1.0.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"autoload": {
"psr-4": {
"MailiumOauthClient\\MailiumOauthClientLaravel\\": "src/MailiumOauthClient/MailiumOauthClientLaravel"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 82ff06f

Please sign in to comment.