-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
chengyao
committed
Jan 14, 2024
1 parent
006af0b
commit 7602012
Showing
20 changed files
with
123 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"name": "next/aop", | ||
"description": "An AOP package that is resident in in-memory PHP frameworks, such as nextphp, WebMan.", | ||
"homepage": "https://github.com/next-laboratory/aop", | ||
"license": "Apache-2.0", | ||
"autoload": { | ||
"psr-4": { | ||
"Next\\Aop\\": "src/" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "chengyao", | ||
"email": "987861463@qq.com" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0", | ||
"ext-pcntl": "*", | ||
"next/utils": "dev-master", | ||
"next/di": "dev-master", | ||
"nikic/php-parser": "^4.13", | ||
"symfony/finder": "*" | ||
"name": "next/aop", | ||
"description": "An AOP package that is resident in in-memory PHP frameworks, such as nextphp, WebMan.", | ||
"homepage": "https://github.com/next-laboratory/aop", | ||
"license": "Apache-2.0", | ||
"autoload": { | ||
"psr-4": { | ||
"Next\\Aop\\": "src/" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "chengyao", | ||
"email": "987861463@qq.com" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.2", | ||
"ext-pcntl": "*", | ||
"next/utils": "dev-master", | ||
"next/di": "dev-master", | ||
"nikic/php-parser": "^5.0", | ||
"symfony/finder": "*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
} | ||
}, | ||
"require": { | ||
"php": "^8.0", | ||
"php": "^8.2", | ||
"next/utils": "~0.1", | ||
"psr/simple-cache": "^1.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
} | ||
}, | ||
"require": { | ||
"php": "^8.0", | ||
"php": "^8.2", | ||
"next/utils": "~0.1" | ||
}, | ||
"extra": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
} | ||
}, | ||
"require": { | ||
"php": "^8.0|^8.1|^8.2", | ||
"php": "^8.2", | ||
"ext-pdo": "*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
} | ||
}, | ||
"require": { | ||
"php": "^8.0|^8.1", | ||
"php": "^8.2", | ||
"psr/container": "^1.0|^2.0" | ||
}, | ||
"extra": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.