Skip to content

Commit

Permalink
Merge pull request #29 from ffansbach/version2
Browse files Browse the repository at this point in the history
Version2
  • Loading branch information
StilgarBF authored Jan 4, 2021
2 parents 7d72440 + 67ab965 commit dd683f1
Show file tree
Hide file tree
Showing 54 changed files with 9,594 additions and 1,647 deletions.
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
config.php
.phpunit.result.cache
.idea

cache/*.cache
/.project
cache/**

# composer
composer.phar
/vendor/

# my test file
test.php
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion cache/readme.txt

This file was deleted.

43 changes: 0 additions & 43 deletions cache/result_metacommunities.json

This file was deleted.

29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "vendor_name/freifunk-karte",
"description": "description",
"minimum-stability": "stable",
"license": "GNU General Public License v2.0",
"authors": [
{
"name": "Tino Dietel",
"email": "[email protected]"
}
],
"require": {
"phpseclib/phpseclib": "2.*",
"influxdb/influxdb-php": "^1.15",
"ext-curl": "*"
},

"autoload": {
"psr-4": {
"Lib\\": "lib/",
"ffmap\\": "lib/"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"lukaswhite/directory": "^0.0.1",
"squizlabs/php_codesniffer": "3.5.*"
}
}
Loading

0 comments on commit dd683f1

Please sign in to comment.