File tree Expand file tree Collapse file tree 4 files changed +6191
-5
lines changed
src/module/Phpug/public/js Expand file tree Collapse file tree 4 files changed +6191
-5
lines changed Original file line number Diff line number Diff line change 2
2
.project
3
3
.settings
4
4
.buildpath
5
- composer.lock
6
5
src /config /autoload /* .local.php
7
6
* .ini
8
7
* .properties
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " php_ug/website" ,
3
+ "description" : " The website showing all PHP-Usergroups on the worldmap" ,
4
+ "license" : " MIT" ,
2
5
"minimum-stability" : " stable" ,
3
6
"require" : {
4
7
"ext-curl" : " *" ,
10
13
"org_heigl/hybridauth" : " dev-feature/multipleProviders@dev" ,
11
14
"hybridauth/hybridauth" : " @dev" ,
12
15
"org_heigl/geolocation" : " ~1.0" ,
13
- "components/jquery" : " @dev" ,
14
16
"sabre/vobject" : " ~4.0@dev" ,
15
17
"monolog/monolog" : " ~1.9" ,
16
18
"willdurand/geocoder" : " ~2.4" ,
25
27
},
26
28
"autoload" : {
27
29
"psr-0" : {
28
- "Phpug\\ " : " src/module/Phpug/src" ,
30
+ "Phpug\\ " : " src/module/Phpug/src"
31
+ }
32
+ },
33
+ "autoload-dev" : {
34
+ "psr-0" : {
29
35
"PhpugTest\\ " : " src/module/Phpug/tests"
30
36
}
31
37
}
You can’t perform that action at this time.
0 commit comments