Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa0505 committed Feb 29, 2024
1 parent d0e54ed commit 55f83aa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"vendor/bin/pest"
]
},
"repositories": [
{
"type": "git",
"url": "[email protected]:zeng.tw/axiom-collections.git"
}
],
"autoload": {
"files": [
"src\\helpers.php"
Expand All @@ -42,7 +48,7 @@
"php": ">=8",
"symfony/console": "^6",
"symfony/finder": "^6",
"axiom/collections": "~2.0"
"axiom/collections": "dev-main"
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
Expand All @@ -56,4 +62,4 @@
"dev-develop": "1.0.x-dev"
}
}
}
}

0 comments on commit 55f83aa

Please sign in to comment.