Skip to content

Commit

Permalink
Added Laravel 8.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrushton committed Sep 13, 2020
1 parent 0b6b448 commit 0094ff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Papertank Limited <http://github.com/papertank>
Copyright (c) 2020 Papertank Limited <http://github.com/papertank>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ composer require origami/stripe

### Requirements

This package is designed to work with Laravel >= 5.8 projects currently.
This package is designed to work with Laravel >= 6.0 projects currently.

### Setup

Expand Down Expand Up @@ -155,12 +155,6 @@ try {
}
```

## Changelog

#### v1.1.0
- Bugfix: Renamed PaymentFailure exception to PaymentFailed.
- Added PaymentFailed::requiresConfirmation exception state.

## Author
[Papertank Limited](http://papertank.com)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": "^7.2",
"illuminate/contracts": "^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"moneyphp/money": "^3.2",
"stripe/stripe-php": "^7.0"
},
Expand Down

0 comments on commit 0094ff9

Please sign in to comment.