blob: 3b3e2236bb768ff01a0e4f236d07628365d97d2c (
plain)
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
|
{
"name": "phplang/scope-exit",
"description": "Emulation of SCOPE_EXIT construct from C++",
"type": "library",
"keywords": [
"cleanup",
"scope",
"exit"
],
"homepage": "https://github.com/phplang/scope-exit",
"license": "BSD",
"authors": [
{
"name": "Sara Golemon",
"email": "pollita@php.net",
"homepage": "https://twitter.com/SaraMG",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"PhpLang\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "*"
}
}
|