Skip to content

Commit e8cefdd

Browse files
author
Piotr Krajewski
committed
Readme
1 parent f93b132 commit e8cefdd

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Software License][ico-license]](LICENSE.md)
55
[![Build Status][ico-travis]][link-travis]
66
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
7-
[![Quality Score][ico-code-quality]][link-code-quality]
87
[![Total Downloads][ico-downloads]][link-downloads]
98

109
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.
@@ -130,17 +129,13 @@ If you discover any security related issues, please email mits87@gmail.com inste
130129

131130
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
132131

133-
[ico-version]: https://img.shields.io/packagist/v/:vendor/nested-attributes.svg?style=flat-square
132+
[ico-version]: https://img.shields.io/packagist/v/mits87/nested-attributes.svg?style=flat-square
134133
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
135-
[ico-travis]: https://img.shields.io/travis/:vendor/nested-attributes/master.svg?style=flat-square
136-
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/:vendor/nested-attributes.svg?style=flat-square
137-
[ico-code-quality]: https://img.shields.io/scrutinizer/g/:vendor/nested-attributes.svg?style=flat-square
138-
[ico-downloads]: https://img.shields.io/packagist/dt/:vendor/nested-attributes.svg?style=flat-square
139-
140-
[link-packagist]: https://packagist.org/packages/:vendor/nested-attributes
141-
[link-travis]: https://travis-ci.org/:vendor/nested-attributes
142-
[link-scrutinizer]: https://scrutinizer-ci.com/g/:vendor/nested-attributes/code-structure
143-
[link-code-quality]: https://scrutinizer-ci.com/g/:vendor/nested-attributes
144-
[link-downloads]: https://packagist.org/packages/:vendor/nested-attributes
134+
[ico-travis]: https://img.shields.io/travis/mits87/nested-attributes/master.svg?style=flat-square
135+
[ico-downloads]: https://img.shields.io/packagist/dt/mits87/nested-attributes.svg?style=flat-square
136+
137+
[link-packagist]: https://packagist.org/packages/mits87/nested-attributes
138+
[link-travis]: https://travis-ci.org/mits87/nested-attributes
139+
[link-downloads]: https://packagist.org/packages/mits87/nested-attributes
145140
[link-author]: https://github.com/mits87
146141
[link-contributors]: ../../contributors

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"keywords": [
66
"Laravel", "Lumen", "Eloquent", "Nested Attributes"
77
],
8+
"version": "0.0.1",
89
"homepage": "https://github.com/mits87/eloquent-nested-attributes",
910
"license": "MIT",
1011
"authors": [
@@ -39,11 +40,6 @@
3940
"vendor/bin/phpcs -p --standard=PSR2 --runtime-set --dry-run ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
4041
]
4142
},
42-
"extra": {
43-
"branch-alias": {
44-
"dev-master": "1.0-dev"
45-
}
46-
},
4743
"config": {
4844
"sort-packages": true
4945
}

0 commit comments

Comments
 (0)