diff --git a/LICENSE b/LICENSE index 4362c59..cfc7826 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 Papertank Limited +Copyright (c) 2020 Papertank Limited Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3fafb89..1633060 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) diff --git a/composer.json b/composer.json index 1398654..9bed218 100644 --- a/composer.json +++ b/composer.json @@ -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" },