Skip to content

Commit a06ee2b

Browse files
author
liutao
committed
feat: upgrade 2.0
1 parent 80f0d6d commit a06ee2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
],
2020
"require": {
2121
"php": ">=8.0",
22-
"microphp/framework": "v2.0",
23-
"microphp/contract": "v2.0"
22+
"microphp/framework": "^v2.0",
23+
"microphp/data": "^2.0",
24+
"microphp/contract": "^2.0"
2425
},
2526
"require-dev": {
2627
"friendsofphp/php-cs-fixer": "^3.22.0",

0 commit comments

Comments
 (0)