This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
forked from thecodingmachine/mouf
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
60 lines (59 loc) · 1.87 KB
/
composer.lock
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"hash": "3620bfb732d0e04fddc744a081f50cd0",
"packages": [
{
"name": "mouf/mouf-installer",
"version": "2.0.x-dev",
"source": {
"type": "git",
"url": "git@github.com:thecodingmachine/mouf-installer.git",
"reference": "d518f9c3a91f0b67e6f04eb8b3c39a8a21e6ef58"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thecodingmachine/mouf-installer/zipball/d518f9c3a91f0b67e6f04eb8b3c39a8a21e6ef58",
"reference": "d518f9c3a91f0b67e6f04eb8b3c39a8a21e6ef58",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2013-02-05 10:46:25",
"type": "composer-installer",
"extra": {
"class": [
"Mouf\\Installer\\MoufLibraryInstaller",
"Mouf\\Installer\\MoufFrameworkInstaller"
]
},
"autoload": {
"psr-0": {
"Mouf": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "David Négrier",
"email": "d.negrier@thecodingmachine.com",
"homepage": "http://mouf-php.com"
}
],
"description": "The Mouf-installer package is a composer in charge of installing any package with the 'mouf-library' type.",
"homepage": "http://mouf-php.com",
"keywords": [
"install",
"mouf"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"mouf/mouf-installer": 20
}
}