Skip to content

Commit d026879

Browse files
Updated email
1 parent 18ff96e commit d026879

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2015 Graham Campbell <graham@cachethq.io>
3+
Copyright (c) 2014-2015 Graham Campbell <graham@alt-three.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"authors": [
77
{
88
"name": "Graham Campbell",
9-
"email": "graham@cachethq.io"
9+
"email": "graham@alt-three.com"
1010
}
1111
],
1212
"require": {

config/parse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Laravel Parse.
55
*
6-
* (c) Graham Campbell <graham@cachethq.io>
6+
* (c) Graham Campbell <graham@alt-three.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/ParseServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Laravel Parse.
55
*
6-
* (c) Graham Campbell <graham@cachethq.io>
6+
* (c) Graham Campbell <graham@alt-three.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -18,7 +18,7 @@
1818
/**
1919
* This is the parse service provider class.
2020
*
21-
* @author Graham Campbell <graham@cachethq.io>
21+
* @author Graham Campbell <graham@alt-three.com>
2222
*/
2323
class ParseServiceProvider extends ServiceProvider
2424
{

tests/AbstractTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Laravel Parse.
55
*
6-
* (c) Graham Campbell <graham@cachethq.io>
6+
* (c) Graham Campbell <graham@alt-three.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -17,7 +17,7 @@
1717
/**
1818
* This is the abstract test case class.
1919
*
20-
* @author Graham Campbell <graham@cachethq.io>
20+
* @author Graham Campbell <graham@alt-three.com>
2121
*/
2222
abstract class AbstractTestCase extends AbstractPackageTestCase
2323
{

tests/ServiceProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Laravel Parse.
55
*
6-
* (c) Graham Campbell <graham@cachethq.io>
6+
* (c) Graham Campbell <graham@alt-three.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -16,7 +16,7 @@
1616
/**
1717
* This is the service provider test class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class ServiceProviderTest extends AbstractTestCase
2222
{

0 commit comments

Comments
 (0)