Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Made a few minor changes to the readme, composer and gitignore. New n…
Browse files Browse the repository at this point in the history
…ame for FIlebase located at filebase/filebase.
  • Loading branch information
timothymarois committed Jul 14, 2018
1 parent 16a0712 commit 852c9a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Vagrantfile
# Composer
#-------------------------
/tests/databases
/tests/database
vendor/
composer.lock
composer.phar
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ Filebase is simple by design, but has enough features for the more advanced.

Use [Composer](http://getcomposer.org/) to install package.

Use `composer require tmarois/filebase`

If you want to modify the `composer.json` manually, add `"tmarois/filebase" : "^1.0"` to your `required`
Use `composer require filebase/filebase`

If you do not want to use composer, download the files, and include it within your application, it does not have any dependencies, you will just need to keep it updated with any future releases.

Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"description": "A Simple but Powerful Flat File Database Storage.",
"keywords": ["filebase", "key-value","file-files", "flat", "file", "database", "document", "flat-file", "serverless"],
"name": "tmarois/filebase",
"name": "filebase/filebase",
"homepage": "https://github.com/tmarois/Filebase",
"type": "package",
"licence": "MIT",

"authors": [
{
"name": "Timothy Marois",
"email": "[email protected]"
}
],

"require-dev": {
"satooshi/php-coveralls": "^2.0",
"phpunit/phpunit": "^6.0"
Expand Down

0 comments on commit 852c9a4

Please sign in to comment.