Skip to content

Commit

Permalink
Revert "Remove deprecated codes (#223)" (#224)
Browse files Browse the repository at this point in the history
This reverts commit d7ad775e6e7bee3bda681585ae46eaf71acd47c8.
  • Loading branch information
huangdijia committed Jun 6, 2023
1 parent be64948 commit 70a357d
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions composer.json
Expand Up @@ -3,14 +3,12 @@
"description": "The ULID/UUID addon for Hyperf Model.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "huangdijia",
"email": "huangdijia@gmail.com"
}
],
"authors": [{
"name": "huangdijia",
"email": "huangdijia@gmail.com"
}],
"require": {
"php": "^8.1",
"php": "^8.0",
"hyperf/database": "~3.0.0",
"hyperf/event": "~3.0.0",
"hyperf/stringable": "~3.0.0",
Expand All @@ -33,13 +31,6 @@
"extra": {
"hyperf": {
"config": "FriendsOfHyperf\\ModelUidAddon\\ConfigProvider"
},
"branch-alias": {
"dev-main": "3.1-dev"
}
},
"support": {
"issues": "https://github.com/friendsofhyperf/components/issues",
"source": "https://github.com/friendsofhyperf/components"
}
}

0 comments on commit 70a357d

Please sign in to comment.