Skip to content

Commit

Permalink
Add "dist" to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed May 12, 2024
1 parent 7e813a5 commit a3e89c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"type": "library",
"name": "regex/pattern",
"autoload": {
"psr-4": {
"Regex\\": "src/"
Expand All @@ -20,5 +22,9 @@
"require-dev": {
"phpunit/phpunit": "^9.6.12",
"rawr/phpunit-data-provider": "^3.1.0"
},
"dist": {
"url": "/~https://github.com/t-regx/T-Regx/releases/download/1.0.0-alpha1/T-Regx-1.0.0-alpha1.zip",
"type": "zip"
}
}

0 comments on commit a3e89c3

Please sign in to comment.