Skip to content

Commit 5504018

Browse files
committed
Moving git repository
1 parent e1393f0 commit 5504018

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ If those default cast types are not enough and you want to make your own, you'r
1515

1616
---
1717

18+
:heavy_exclamation_mark::heavy_exclamation_mark::heavy_exclamation_mark:
19+
**MOVING GIT REPOSITORY**
20+
:heavy_exclamation_mark::heavy_exclamation_mark::heavy_exclamation_mark:
21+
22+
This package **repo and maintenance will continue on**:
23+
24+
[**vkovic/laravel-custom-casts**](https://github.com/vkovic/laravel-custom-casts).
25+
26+
:truck: :truck: :truck: :truck: :truck: :truck: :truck: :truck:
27+
:truck: :truck: :truck: :truck: :truck: :truck: :truck:
28+
29+
---
30+
1831
## Compatibility
1932

2033
The package is compatible with Laravel versions `>= 5.1`

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
"laravel/framework": "5.5.*|5.6.*|5.7.*"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "3.5.*|3.6.*",
33-
"orchestra/database": "3.5.*|3.6.*"
32+
"orchestra/testbench": "3.5.*|3.6.*|3.7.*",
33+
"orchestra/database": "3.5.*|3.6.*|3.7.*"
3434
},
3535
"scripts": {
3636
"test": "vendor/bin/phpunit"
37-
}
37+
},
38+
"minimum-stability": "dev"
3839
}

0 commit comments

Comments
 (0)