Skip to content

Commit

Permalink
📄 Update Readme / Licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmarney committed Sep 13, 2024
1 parent 6b88d56 commit fc826b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 4 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
MIT License

Copyright (c) Josh Gaber
Copyright (c) (2018-2023) Josh Gaber
Copyright (c) (2024) QuoteVelocity LLC.


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,24 @@

[NovaUnit](https://joshgaber.github.io/NovaUnit) is a unit-testing package for Laravel Nova, built using PHPUnit. NovaUnit provides you with assertions for Nova Actions, Lenses and Resources, so you can create great administration panels with confidence.

NovaUnit is a fork of the brilliant original package by [Josh Gaber](https://github.com/joshgaber) which has been updated to support the latest versions of Laravel and Nova.

## Installation

You can install the package in your Laravel Project via composer:

```sh
composer require --dev joshgaber/novaunit
composer require --dev quotevelocity/novaunit
```

### Requirements

* PHP 7.3 or higher (Latest is 8.0)
* [Laravel](https://laravel.com/) 6.x - 10.x
* [Laravel Nova](https://nova.laravel.com/) 2.x - 4.x
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) 8.5.x - 11.x
* PHP 8.0 or higher
* [Laravel](https://laravel.com/) 9.x - 11.x
* [Laravel Nova](https://nova.laravel.com/) 4.x or higher
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) 9.x - 11.x

Note: For older projects (Laravel < 9, Nova 2 or 3) please see the legacy project: [`joshgaber/novaunit`](https://github.com/joshgaber/NovaUnit) instead.

## Usage

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
{
"name": "Robert Marney",
"role": "Developer"
"role": "Developer",
"homepage": "https://github.com/robertmarney"
}
],
"require": {
Expand Down

0 comments on commit fc826b0

Please sign in to comment.