Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit 24663f7

Browse files
author
Robert Kummer
committed
Merge pull request #2 from rokde/master
Added a license file and updated README.md
2 parents bdf3770 + 665b028 commit 24663f7

File tree

4 files changed

+44
-22
lines changed

4 files changed

+44
-22
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/vendor
22
composer.phar
33
composer.lock
4-
.DS_Store
4+
.DS_Store
5+
.idea

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 Robert Kummer
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Add to your composer.json following lines
66

77
"require": {
8-
"ipunkt/laravel-analytics": "dev-master"
8+
"ipunkt/laravel-analytics": "~1.0"
99
}
1010

1111
Run `php artisan config:publish ipunkt/laravel-analytics`

composer.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "ipunkt/laravel-analytics",
2+
"name": "ipunkt/laravel-analytics",
33
"version": "1.0.0",
44
"type": "library",
5-
"description": "Analytics tracking for laravel 4.x",
6-
"keywords": ["analytics", "google analytics", "laravel", "statistics", "javascript", "php"],
7-
"license": "MIT",
8-
"authors": [
9-
{
10-
"name": "Robert Kummer",
11-
"email": "rok@ipunkt.biz"
12-
}
13-
],
14-
"require": {
15-
"php": ">=5.3.0",
16-
"illuminate/support": "~4.0"
17-
},
18-
"autoload": {
19-
"psr-0": {
20-
"Ipunkt\\LaravelAnalytics\\": "src/"
21-
}
22-
},
23-
"minimum-stability": "stable"
5+
"description": "Analytics tracking for laravel 4.x",
6+
"keywords": ["analytics", "google analytics", "laravel", "statistics", "javascript", "php"],
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Robert Kummer",
11+
"email": "rok@ipunkt.biz"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.3.0",
16+
"illuminate/support": "~4.0"
17+
},
18+
"autoload": {
19+
"psr-0": {
20+
"Ipunkt\\LaravelAnalytics\\": "src/"
21+
}
22+
},
23+
"minimum-stability": "stable"
2424
}

0 commit comments

Comments
 (0)