Skip to content

Commit

Permalink
Update bear/api-doc version in composer.json
Browse files Browse the repository at this point in the history
Switched bear/api-doc from 1.x-dev to ^1.0 in require-dev dependencies. This change ensures better stability and compatibility with other packages.
  • Loading branch information
koriym committed Nov 16, 2024
1 parent a2324a1 commit 904a9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ray/di": "^2.13"
},
"require-dev": {
"bear/api-doc": "1.x-dev",
"bear/api-doc": "^1.0",
"bear/devtools": "^0.1",
"bamarni/composer-bin-plugin": "^1.4",
"composer/composer": "^2.1",
Expand Down

0 comments on commit 904a9f1

Please sign in to comment.