Skip to content

Commit ee820c8

Browse files
MagnusSolutioninfo@magnusbilling.com
authored andcommitted
Update README.md
1 parent f21c27b commit ee820c8

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

.DS_Store

-6 KB
Binary file not shown.

.gitignore

100644100755
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# composer vendor dir
22
/vendor/
3-
3+
.DS_Store
44
# composer.lock in applications is ignored since it's automatically created by composer when application is installed
5-
/composer.lock
5+
/composer.lock
6+
src/.DS_Store

README.md

100644100755
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,10 @@ To install MagnusBilling API package you can run this simple command
1818
```
1919
composer require magnussolution/magnusbilling-api
2020
```
21-
or add it on `composer.json`...
22-
23-
```javascript
24-
{
25-
"require": {
26-
"php": ">=5.4.0",
27-
"magnussolution/magnusbilling-api": "dev-master"
28-
}
29-
}
30-
```
3121

3222

3323
Usage
24+
-----
3425
```javascript
3526

3627
require_once "vendor/autoload.php";

0 commit comments

Comments
 (0)