Skip to content

Commit 6762724

Browse files
author
chengyao
committed
添加foundation
1 parent 800aac0 commit 6762724

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "next/foundation",
3+
"autoload": {
4+
"psr-4": {
5+
"Next\\Foundation\\": "src/"
6+
}
7+
},
8+
"authors": [
9+
{
10+
"name": "chengyao",
11+
"email": "987861463@qq.com"
12+
}
13+
],
14+
"require": {
15+
"php": "^8.2",
16+
"next/aop": "^0.1"
17+
},
18+
"extra": {
19+
"branch-alias": {
20+
"dev-master": "0.1.x-dev"
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)