Skip to content

Instantly share code, notes, and snippets.

@allaniftrue
Created August 6, 2014 08:15
Show Gist options
  • Save allaniftrue/d3f2d6cae49105f5be9b to your computer and use it in GitHub Desktop.
Save allaniftrue/d3f2d6cae49105f5be9b to your computer and use it in GitHub Desktop.
Using Omnipay Paypal With Laravel Composer JSON File
"require": {
"laravel/framework": "4.2.*",
"omnipay/common": "~2.3.0",
"ignited/laravel-omnipay": "1.*",
"omnipay/paypal": "*"
},
"autoload": {
"psr-0": {
"Ignited\\LaravelOmnipay": "src/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment