Skip to content

Commit

Permalink
updating for php 8 and beyond
Browse files Browse the repository at this point in the history
  • Loading branch information
treehousetim committed Dec 21, 2024
1 parent c985a39 commit 9776c2c
Show file tree
Hide file tree
Showing 4 changed files with 673 additions and 688 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.0"
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6"
"phpunit/phpunit": ">=6"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 9776c2c

Please sign in to comment.