Skip to content

Commit

Permalink
添加foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyao committed May 27, 2024
1 parent 870eb24 commit 2d2a424
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/foundation/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "next/foundation",
"autoload": {
"psr-4": {
"Next\\Foundation\\": "src/"
}
},
"authors": [
{
"name": "chengyao",
"email": "987861463@qq.com"
}
],
"require": {
"php": "^8.2",
"next/aop": "^0.1"
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}

0 comments on commit 2d2a424

Please sign in to comment.