We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21c27b commit ee820c8Copy full SHA for ee820c8
3 files changed
.DS_Store
-6 KB
.gitignore
100644
100755
@@ -1,5 +1,6 @@
1
# composer vendor dir
2
/vendor/
3
-
+.DS_Store
4
# composer.lock in applications is ignored since it's automatically created by composer when application is installed
5
-/composer.lock
+/composer.lock
6
+src/.DS_Store
README.md
@@ -18,19 +18,10 @@ To install MagnusBilling API package you can run this simple command
18
```
19
composer require magnussolution/magnusbilling-api
20
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
-```
31
32
33
Usage
+-----
34
```javascript
35
36
require_once "vendor/autoload.php";
0 commit comments