Skip to content

Commit

Permalink
Bump version to 1.0.1 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
halillusion committed Jan 18, 2025
1 parent 8f5b85e commit 76ffb7a
Showing 1 changed file with 41 additions and 35 deletions.
76 changes: 41 additions & 35 deletions composer.json
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
}

0 comments on commit 76ffb7a

Please sign in to comment.