forked from PioniaPHP-project/Pionia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 1002 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "pionia/pionia-core",
"description": "This is the core of the Pionia PHP framework. It is a simple and lightweight PHP framework that is designed to be fast and easy to use.",
"type": "library",
"license": "MIT",
"keywords": ["php", "framework", "jet2018", "service", "j2j", "Pioneer", "Pionia", "architecture", "performance"],
"autoload": {
"psr-4": {
"Pionia\\": "src/"
}
},
"authors": [
{
"name": "jet2018",
"email": "ezrajet9@gmail.com",
"role": "Developer"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"ext-json": "*",
"ext-pdo": "*",
"php": ">=8.0",
"symfony/http-kernel": "^6.4",
"symfony/routing": "^6.4",
"symfony/console": "^6.4",
"monolog/monolog": "^3.6",
"phpunit/phpunit": "^10.0",
"pionia/porm": "^1.0",
"nette/php-generator": "^4.1"
}
}