Skip to content

Commit

Permalink
New major version start.
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Matějček committed Apr 7, 2015
1 parent 3810050 commit 113e498
Show file tree
Hide file tree
Showing 58 changed files with 6,877 additions and 1,319 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
tests export-ignore
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
nbproject/
vendor/
composer.lock
/tests/test.local.neon
13 changes: 7 additions & 6 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "h4kuna/fio",
"type": "library",
"description": "Read email or gpc file from Fio bank",
"description": "Read JSON file from Fio bank and can send request.",
"homepage": "https://github.com/h4kuna/fio",
"license": "MIT",
"authors": [
Expand All @@ -12,17 +12,18 @@
}
],
"require": {
"nette/utils": "~2.0",
"h4kuna/iterators": "~1.0",
"h4kuna/object-wrapper": "~1.0",
"h4kuna/data-type": "~1.0"
"nette/safe-stream": "~2.0",
"nette/bootstrap": "~2.0",
"nette/utils": "~2.2",
"kdyby/curl": "~2.2"
},
"autoload": {
"psr-4": {
"h4kuna\\Fio\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "~4.4"
"tracy/tracy": "~2.0",
"nette/tester": "@dev"
}
}
54 changes: 0 additions & 54 deletions src/DI/FioExtension.php

This file was deleted.

223 changes: 0 additions & 223 deletions src/File.php

This file was deleted.

40 changes: 0 additions & 40 deletions src/Files/Csv.php

This file was deleted.

0 comments on commit 113e498

Please sign in to comment.