Skip to content

Commit

Permalink
Merge pull request #253 from teiling88/feature/composer-integration
Browse files Browse the repository at this point in the history
Feature/composer integration » checked on local dev
  • Loading branch information
MacGyver-NRW committed May 9, 2016
2 parents 2c8ad4d + cbcdef9 commit 75a3cc0
Show file tree
Hide file tree
Showing 172 changed files with 9,703 additions and 16,928 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -46,3 +46,4 @@
/local/ocxml11client/settings.php
/.idea/
/.vagrant/
/htdocs/vendor
Empty file modified htdocs/cache/.htaccess 100644 → 100755
Empty file.
Empty file modified htdocs/cache/index.html 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/.htaccess 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/captcha/.htaccess 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/captcha/index.html 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/geokrety/.htaccess 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/geokrety/index.html 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/index.html 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/smarty/.htaccess 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/smarty/cache/.htaccess 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/smarty/cache/index.html 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/smarty/compiled/.htaccess 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/smarty/compiled/index.html 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/smarty/index.html 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/translate/.htaccess 100644 → 100755
Empty file.
Empty file modified htdocs/cache2/translate/index.html 100644 → 100755
Empty file.
Empty file modified htdocs/cachelist.php 100644 → 100755
Empty file.
Empty file modified htdocs/cachelists.php 100644 → 100755
Empty file.
36 changes: 36 additions & 0 deletions htdocs/composer.json
@@ -0,0 +1,36 @@
{
"name": "opencaching/oc-server",
"description": "opencaching.de source code",
"require": {
"php": ">=5.3.0",
"ezyang/htmlpurifier": "v4.5.0",
"smarty/smarty": "~2.6",
"symfony/dependency-injection": "~2.6",
"symfony/yaml": "~2.6",
"symfony/config": "~2.6"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"behat/mink": "1.7.*",
"behat/mink-goutte-driver": "1.2.*"
},
"autoload": {
"psr-4": {
"Oc\\": "src/Oc"
},
"psr-0":{
"Cache\\": "libse",
"CacheNote\\": "libse",
"ChildWp\\": "libse",
"Coordinate\\": "libse",
"Language\\": "libse",
"Validator\\": "libse"
}
,
"classmap": [
"lib2/",
"lib2/logic/",
"libse/"
]
}
}

0 comments on commit 75a3cc0

Please sign in to comment.