Skip to content

Commit

Permalink
Fixed composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbarbos committed Apr 6, 2017
1 parent b23944b commit fbb8edd
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,19 @@
"email": "ady.barbos@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.0",
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.*",
"barryvdh/laravel-omnipay": "0.2.*@dev",
"business-mastery/omnipay-mobilpay": "~1.0"
}
}
},

"autoload" : {
"psr-4": {
"App\\": "app/",
"Adrianbarbos\\Mobilpay\\": "src/"
}
},

"minimum-stability": "stable"
}

0 comments on commit fbb8edd

Please sign in to comment.