Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
noone-silent committed Feb 27, 2025
1 parent 345be5b commit b58d9a9
Show file tree
Hide file tree
Showing 6 changed files with 672 additions and 647 deletions.
22 changes: 17 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "phalcon/devtools",
"type": "library",
"description": "This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.",
"keywords": ["framework", "phalcon", "devtools", "webtools", "phar"],
"keywords": [
"framework",
"phalcon",
"devtools",
"webtools",
"phar"
],
"homepage": "https://phalcon.io",
"license": "BSD-3-Clause",
"authors": [
Expand All @@ -21,8 +27,12 @@
"source": "https://github.com/phalcon/phalcon-devtools",
"forum": "https://forum.phalcon.io"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"require": {
"php": ">=7.4.1",
"php": "^7.4||~8.0||~8.1||~8.2||~8.3",
"ext-pdo": "*",
"ext-phalcon": "^5.0.0",
"psy/psysh": "~0.9",
Expand All @@ -46,8 +56,8 @@
"codeception/module-cli": "^1.0"
},
"autoload": {
"psr-4" : {
"Phalcon\\DevTools\\" : "src/"
"psr-4": {
"Phalcon\\DevTools\\": "src/"
}
},
"autoload-dev": {
Expand All @@ -62,5 +72,7 @@
"tests/_support/helpers.php"
]
},
"bin": ["phalcon"]
"bin": [
"phalcon"
]
}
Loading

0 comments on commit b58d9a9

Please sign in to comment.