Skip to content

Commit

Permalink
Update purl to support PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlapi authored Apr 8, 2021
1 parent 70dd9e8 commit 83c25f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@
"license": [
"MIT"
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dpi/purl.git"
}
],
"require": {
"php": "^7.4|^8.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"consistence-community/consistence": "^2.0",
"jwage/purl": "^1.0",
"jwage/purl": "dev-php8",
"league/flysystem": "^1.0",
"rakit/validation": "^1.1"
},
Expand Down

0 comments on commit 83c25f7

Please sign in to comment.