-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 764 Bytes
/
Copy pathcomposer.json
File metadata and controls
23 lines (23 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "salim-mrw/component-system",
"description": "Composer's component system is a powerful tool for organizing and managing your PHP applications. It allows you to break your application down into smaller, reusable pieces, which can be easily shared and reused in other projects.",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"SalimMrw\\ComponentSystem\\": "src/"
}
},
"authors": [
{
"name": "Salim Marwan",
"email": "127626211+salim-mrw@users.noreply.github.com",
"homepage": "https://github.com/salim-mrw/",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"PHP": "8.2.*"
}
}