Skip to content

Commit

Permalink
drop support for PHP 7.x, update domains
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Feb 27, 2023
1 parent 5934ee0 commit e0bc990
Show file tree
Hide file tree
Showing 14 changed files with 928 additions and 24 deletions.
228 changes: 227 additions & 1 deletion .htaccess

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
}
],
"require": {
"php": ">=7.2"
"php": ">=8.1"
},
"require-dev": {
"algo26-matthias/idna-convert": "^3.0.5"
"algo26-matthias/idna-convert": "^4.0.0"
},
"suggest": {
"ext-mbstring": "Install ext/mbstring for using input / output other than UTF-8 or ISO-8859-1",
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion google-exclude-1.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion google-exclude-2.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion google-exclude-3.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion google-exclude-4.txt

Large diffs are not rendered by default.

Loading

0 comments on commit e0bc990

Please sign in to comment.