-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 1.0.1 in composer.json
- Loading branch information
1 parent
8f5b85e
commit 76ffb7a
Showing
1 changed file
with
41 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,42 @@ | ||
{ | ||
"name": "kx/core", | ||
"version": "1.0.0", | ||
"type": "library", | ||
"description": "KalipsoX Core - Hearth of KalipsoX Framework", | ||
"keywords": ["framework", "kalipso", "kalipsox", "php-framework", "core"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "KalipsoCollective", | ||
"email": "[email protected]", | ||
"homepage": "https://koalapix.com" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.1|^8.0", | ||
"ext-pdo": "*", | ||
"ext-json": "*", | ||
"ext-redis": "*", | ||
"izniburak/pdox": "^1.6", | ||
"phpmailer/phpmailer": "^6.7", | ||
"verot/class.upload.php": "^2.1" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"KX\\Core\\": "src" | ||
} | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"preferred-install": "dist", | ||
"sort-packages": true | ||
}, | ||
"minimum-stability": "beta", | ||
"prefer-stable": true | ||
} | ||
"name": "kx/core", | ||
"version": "1.0.1", | ||
"type": "library", | ||
"description": "KalipsoX Core - Hearth of KalipsoX Framework", | ||
"keywords": [ | ||
"framework", | ||
"kalipso", | ||
"kalipsox", | ||
"php-framework", | ||
"core" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "KalipsoCollective", | ||
"email": "[email protected]", | ||
"homepage": "https://koalapix.com" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.1|^8.0", | ||
"ext-pdo": "*", | ||
"ext-json": "*", | ||
"ext-redis": "*", | ||
"izniburak/pdox": "^1.6", | ||
"phpmailer/phpmailer": "^6.7", | ||
"verot/class.upload.php": "^2.1" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"KX\\Core\\": "src" | ||
} | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"preferred-install": "dist", | ||
"sort-packages": true | ||
}, | ||
"minimum-stability": "beta", | ||
"prefer-stable": true | ||
} |