-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.02 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.02 KB
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
34
35
36
{
"name": "asdfdotdev/session",
"version": "0.7.0",
"description": "The asdf_ session class endeavors to make it easier to use basic best practices in PHP sessions.",
"type": "library",
"license": "LGPL-2.1-only",
"authors": [
{
"name": "Chris Carlevato",
"email": "hello@asdf.dev"
}
],
"support": {
"issues": "https://github.com/asdfdotdev/session/issues",
"source": "https://github.com/asdfdotdev/session"
},
"autoload": {
"psr-4": {
"Asdfdotdev\\": "src/"
}
},
"require": {},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"phpcompatibility/php-compatibility": "^9.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpunit/phpunit": "^9"
},
"keywords": ["asdf", "session", "sessions"],
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}