Skip to content

Commit

Permalink
Laravel 6 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony BOTALLA committed Nov 5, 2019
1 parent f0f203f commit f878e99
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: php

php:
- 7.1

sudo: false

cache:
directories:
- $HOME/.composer/cache

before_script:
- php -v
- composer install

script:
- composer run-script lint
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Nova Order Field nestedset
[![Travis](https://img.shields.io/travis/novius/laravel-nova-order-nestedset-field.svg?maxAge=1800&style=flat-square)](https://travis-ci.org/novius/laravel-nova-order-nestedset-field)
[![Packagist Release](https://img.shields.io/packagist/v/novius/laravel-nova-order-nestedset-field.svg?maxAge=1800&style=flat-square)](https://packagist.org/packages/novius/laravel-nova-order-nestedset-field)
[![Licence](https://img.shields.io/packagist/l/novius/laravel-nova-order-nestedset-field.svg?maxAge=1800&style=flat-square)](https://github.com/novius/laravel-nova-order-nestedset-field#licence)

A field that make your resources orderable using [the laravel nestedset package](https://github.com/lazychaser/laravel-nestedset).

## Requirements

* PHP >= 7.1
* Laravel Nova >= 2.0
* Laravel Framework 5.8+
* Laravel Framework >= 5.8

## Installation

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
],
"require": {
"php": ">=7.1.0",
"kalnoy/nestedset": "^4.3.5"
"illuminate/support": "~5.8.0|^6.0",
"kalnoy/nestedset": "^5.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.15.0"
Expand Down

0 comments on commit f878e99

Please sign in to comment.