Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
Add support for php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfredric committed Mar 23, 2021
1 parent f354c33 commit da7b7b9
Show file tree
Hide file tree
Showing 2 changed files with 1,006 additions and 355 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
}
},
"require": {
"phpunit/phpunit": "^6.2"
}
"php": "^8.0|^7.4"
},

"require-dev": {
"phpunit/phpunit": "^9.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit da7b7b9

Please sign in to comment.