Skip to content

Commit

Permalink
feat: allow php8, bump phpunit 5 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 authored and karser committed Jan 5, 2022
1 parent 6f53c94 commit bdb7a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# Composer files
/composer.lock
/vendor
.phpunit.result.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
}
],
"require": {
"php": "^7.2.0",
"php": "^7.2 || ^8.0",
"payum/core": "^1.6"
},
"require-dev": {
"fabpot/goutte": "^3.3",
"php-http/guzzle6-adapter": "^2.0",
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bdb7a57

Please sign in to comment.