Skip to content

Commit

Permalink
Merge pull request #5 from erikaheidi/upgrade-php8
Browse files Browse the repository at this point in the history
Upgrading to PHP 8
  • Loading branch information
erikaheidi committed Sep 28, 2022
2 parents 85d7c1e + f1acb62 commit 1ae34f3
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 799 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"require": {
"php": "^7.4|^8.0",
"php": "^8.1",
"ext-gd": "*",
"ext-json": "*",
"minicli/minicli": "^2.2"
Expand All @@ -20,5 +20,10 @@
},
"bin": [
"bin/gdaisy"
]
],
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
Loading

0 comments on commit 1ae34f3

Please sign in to comment.