Skip to content

Commit

Permalink
Added Laravel 10.x support.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrushton committed Feb 16, 2023
1 parent a984436 commit f3ab9ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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) 2020 Papertank Limited <http://github.com/papertank>
Copyright (c) 2022 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
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|^8.0.2",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
"moneyphp/money": "^3.2",
"stripe/stripe-php": "^7.0"
},
Expand Down

0 comments on commit f3ab9ad

Please sign in to comment.