Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit 3235152

Browse files
Misc updates
1 parent 6c0b163 commit 3235152

4 files changed

Lines changed: 11 additions & 12 deletions

File tree

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
* text=auto
2+
3+
/tests export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/.travis.yml export-ignore
7+
/phpunit.xml export-ignore
8+
/CHANGELOG.md export-ignore
9+
/CONTRIBUTING.md export-ignore
10+
/LICENSE.md export-ignore
11+
/README.md export-ignore

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/vendor
2-
composer.phar
32
composer.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Laravel Navigation was created by, and is maintained by [Graham Campbell](https:
1616

1717
## Installation
1818

19-
[PHP](https://php.net) 5.4.7+ or [HHVM](http://hhvm.com) 3.1+, and [Composer](https://getcomposer.org) are required.
19+
[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.2+, and [Composer](https://getcomposer.org) are required.
2020

2121
To get the latest version of Laravel Navigation, simply require `"graham-campbell/navigation": "~0.4"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
2222

tests/AbstractTestCase.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@
2929
*/
3030
abstract class AbstractTestCase extends TestCase
3131
{
32-
/**
33-
* Get the application base path.
34-
*
35-
* @return string
36-
*/
37-
protected function getBasePath()
38-
{
39-
return __DIR__.'/../src';
40-
}
41-
4232
/**
4333
* Get the service provider class.
4434
*

0 commit comments

Comments
 (0)