Skip to content

Commit 18f11eb

Browse files
Merge branch 'release/2.0.3'
2 parents 2f7ca7d + 8e4ce21 commit 18f11eb

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ trim_trailing_whitespace = true
1313

1414
[*.md]
1515
trim_trailing_whitespace = false
16+
17+
[*.yml]
18+
indent_size = 2

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Software license][license-badge]](LICENSE.md)
55
[![Build status][travis-badge]][link-travis]
66
[![Total downloads][downloads-badge]][link-packagist]
7+
[![Total stars][stars-badge]][link-github]
78

89
[![Read my blog][blog-link-badge]][link-blog]
910
[![View my other packages and projects][packages-link-badge]][link-packages]
@@ -264,24 +265,26 @@ My name is Sebastiaan and I'm a freelance back-end developer specializing in bui
264265

265266
Have a project that could use some guidance? Send me an e-mail at [hello@sebastiaanluca.com][link-author-email]!
266267

267-
[version-badge]: https://poser.pugx.org/sebastiaanluca/laravel-boolean-dates/version
268-
[license-badge]: https://img.shields.io/badge/license-MIT-brightgreen.svg
268+
[version-badge]: https://img.shields.io/packagist/v/sebastiaanluca/laravel-boolean-dates.svg?label=stable
269+
[license-badge]: https://img.shields.io/badge/license-MIT-informational.svg
269270
[travis-badge]: https://img.shields.io/travis/sebastiaanluca/laravel-boolean-dates/master.svg
270-
[downloads-badge]: https://img.shields.io/packagist/dt/sebastiaanluca/laravel-boolean-dates.svg
271+
[downloads-badge]: https://img.shields.io/packagist/dt/sebastiaanluca/laravel-boolean-dates.svg?color=brightgreen
272+
[stars-badge]: https://img.shields.io/github/stars/sebastiaanluca/laravel-boolean-dates.svg?color=brightgreen
271273

272274
[blog-link-badge]: https://img.shields.io/badge/link-blog-lightgrey.svg
273275
[packages-link-badge]: https://img.shields.io/badge/link-other_packages-lightgrey.svg
274276
[twitter-profile-badge]: https://img.shields.io/twitter/follow/sebastiaanluca.svg?style=social
275277
[twitter-share-badge]: https://img.shields.io/twitter/url/http/shields.io.svg?style=social
276278

279+
[link-github]: https://github.com/sebastiaanluca/laravel-boolean-dates
277280
[link-packagist]: https://packagist.org/packages/sebastiaanluca/laravel-boolean-dates
278281
[link-travis]: https://travis-ci.org/sebastiaanluca/laravel-boolean-dates
282+
[link-twitter-share]: https://twitter.com/intent/tweet?text=Easily%20convert%20Eloquent%20model%20booleans%20to%20dates%20and%20back%20with%20Laravel%20Boolean%20Dates.%20Via%20@sebastiaanluca%20https://github.com/sebastiaanluca/laravel-boolean-dates
279283
[link-contributors]: ../../contributors
280284

281285
[link-portfolio]: https://www.sebastiaanluca.com
282286
[link-blog]: https://blog.sebastiaanluca.com
283287
[link-packages]: https://packagist.org/packages/sebastiaanluca
284288
[link-twitter]: https://twitter.com/sebastiaanluca
285-
[link-twitter-share]: https://twitter.com/intent/tweet?text=Easily%20convert%20Eloquent%20model%20booleans%20to%20dates%20and%20back%20with%20Laravel%20Boolean%20Dates.%20Via%20@sebastiaanluca%20https://github.com/sebastiaanluca/laravel-boolean-dates
286289
[link-github-profile]: https://github.com/sebastiaanluca
287290
[link-author-email]: mailto:hello@sebastiaanluca.com

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"require": {
2727
"php": "^7.2",
2828
"dms/phpunit-arraysubset-asserts": "^0.1.0",
29-
"laravel/framework": "~5.8.0",
30-
"nesbot/carbon": "^1.22.1|^2.0"
29+
"laravel/framework": "5.8.*",
30+
"nesbot/carbon": "^1.22|^2.0"
3131
},
3232
"require-dev": {
3333
"kint-php/kint": "^3.1",
3434
"mockery/mockery": "^1.2",
35-
"orchestra/testbench": "~3.8.0",
35+
"orchestra/testbench": "3.8.*",
3636
"phpunit/phpunit": "^8.0"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)