mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
VENDOR UPDATE.
This commit is contained in:
parent
2fc4490af4
commit
5cb337df00
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2013, SilverStripe Australia
|
Copyright (c) 2013, Symbiote
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification,
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
@ -9,7 +9,7 @@ are permitted provided that the following conditions are met:
|
|||||||
* Redistributions in binary form must reproduce the above copyright notice, this
|
* Redistributions in binary form must reproduce the above copyright notice, this
|
||||||
list of conditions and the following disclaimer in the documentation and/or
|
list of conditions and the following disclaimer in the documentation and/or
|
||||||
other materials provided with the distribution.
|
other materials provided with the distribution.
|
||||||
* Neither the name of the SilverStripe Australia nor the names of its
|
* Neither the name of the Symbiote nor the names of its
|
||||||
contributors may be used to endorse or promote products derived from
|
contributors may be used to endorse or promote products derived from
|
||||||
this software without specific prior written permission.
|
this software without specific prior written permission.
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# SilverStripe Grid Field Extensions Module
|
# SilverStripe Grid Field Extensions Module
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions.svg?branch=master)](https://travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions)
|
[![Build Status](https://travis-ci.org/symbiote/silverstripe-gridfieldextensions.svg?branch=master)](https://travis-ci.org/symbiote/silverstripe-gridfieldextensions)
|
||||||
[![Latest Stable Version](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/version.svg)](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/releases)
|
[![Latest Stable Version](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/version.svg)](https://github.com/symbiote/silverstripe-gridfieldextensions/releases)
|
||||||
[![Latest Unstable Version](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/v/unstable.svg)](https://packagist.org/packages/symbiote/silverstripe-gridfieldextensions)
|
[![Latest Unstable Version](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/v/unstable.svg)](https://packagist.org/packages/symbiote/silverstripe-gridfieldextensions)
|
||||||
[![Total Downloads](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/downloads.svg)](https://packagist.org/packages/symbiote/silverstripe-gridfieldextensions)
|
[![Total Downloads](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/downloads.svg)](https://packagist.org/packages/symbiote/silverstripe-gridfieldextensions)
|
||||||
[![License](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/license.svg)](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/blob/master/LICENSE.md)
|
[![License](https://poser.pugx.org/symbiote/silverstripe-gridfieldextensions/license.svg)](https://github.com/symbiote/silverstripe-gridfieldextensions/blob/master/LICENSE.md)
|
||||||
|
|
||||||
This module provides a number of useful grid field components:
|
This module provides a number of useful grid field components:
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ This module provides a number of useful grid field components:
|
|||||||
|
|
||||||
This branch will aim for compatibility with SilverStripe 4.x.
|
This branch will aim for compatibility with SilverStripe 4.x.
|
||||||
|
|
||||||
For SilverStripe 3.x, please see the [compatible branch](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/tree/1).
|
For SilverStripe 3.x, please see the [compatible branch](https://github.com/symbiote/silverstripe-gridfieldextensions/tree/1).
|
||||||
|
|
||||||
|
|
||||||
See [docs/en/index.md](docs/en/index.md) for documentation and examples.
|
See [docs/en/index.md](docs/en/index.md) for documentation and examples.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "symbiote/silverstripe-gridfieldextensions",
|
"name": "symbiote/silverstripe-gridfieldextensions",
|
||||||
"description": "A collection of useful grid field components",
|
"description": "A collection of useful grid field components",
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions",
|
"homepage": "http://github.com/symbiote/silverstripe-gridfieldextensions",
|
||||||
"keywords": ["silverstripe", "gridfield"],
|
"keywords": ["silverstripe", "gridfield"],
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"authors": [
|
"authors": [
|
||||||
@ -12,11 +12,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Marcus Nyeholt",
|
"name": "Marcus Nyeholt",
|
||||||
"email": "marcus@silverstripe.com.au"
|
"email": "marcus@symbiote.com.au"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues"
|
"issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/framework": "~4.0"
|
"silverstripe/framework": "~4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user