Skip to content

Commit 4aa2910

Browse files
CAFernandesclaude
andcommitted
chore: Add pivotphp/core-routing dependency for v2.0.0
- Add pivotphp/core-routing ^1.0 as dependency - Add PSR-6/PSR-16 cache interfaces - Update description for modular architecture - Add ecosystem packages to suggest section Breaking Changes: - Routing will be migrated to modular system - This prepares for v2.0.0 release with pluggable routing 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
1 parent 3e7340b commit 4aa2910

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pivotphp/core",
3-
"description": "PivotPHP Core v1.2.0 - Simplified high-performance microframework with automatic OpenAPI/Swagger documentation, PSR-7 hybrid support, and Express.js-inspired API",
3+
"description": "PivotPHP Core v2.0.0 - Modular high-performance microframework with pluggable routing system, automatic OpenAPI/Swagger documentation, PSR-7 hybrid support, and Express.js-inspired API",
44
"type": "library",
55
"keywords": [
66
"php",
@@ -43,11 +43,14 @@
4343
"psr/container": "^2.0",
4444
"psr/event-dispatcher": "^1.0",
4545
"psr/http-factory": "^1.0",
46-
"psr/http-message": "^1.1",
46+
"psr/http-message": "^1.1|^2.0",
4747
"psr/http-server-handler": "^1.0",
4848
"psr/http-server-middleware": "^1.0",
4949
"psr/log": "^3.0",
50-
"react/http": "^1.9"
50+
"psr/cache": "^2.0|^3.0",
51+
"psr/simple-cache": "^2.0|^3.0",
52+
"react/http": "^1.9",
53+
"pivotphp/core-routing": "^1.0"
5154
},
5255
"require-dev": {
5356
"phpunit/phpunit": "^9.0|^10.0",
@@ -62,7 +65,9 @@
6265
"ext-openssl": "Required for secure token generation",
6366
"ext-mbstring": "Required for proper string handling",
6467
"ext-fileinfo": "Required for file upload validation",
65-
"ext-apcu": "For caching middleware and performance optimization"
68+
"ext-apcu": "For caching middleware and performance optimization",
69+
"pivotphp/cycle-orm": "Database ORM integration for PivotPHP",
70+
"pivotphp/reactphp": "Async runtime extension for continuous execution"
6671
},
6772
"autoload": {
6873
"psr-4": {

0 commit comments

Comments
 (0)