File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " joelbutcher/laravel-archivable" ,
3
3
"description" : " An archivable trait package for Laravel Eloquent models" ,
4
- "keywords" : [" laravel" , " laravel-archivable" ],
4
+ "keywords" : [
5
+ " laravel" ,
6
+ " laravel-archivable"
7
+ ],
5
8
"license" : " MIT" ,
6
9
"homepage" : " https://github.com/joelbutcher/laravel-archivable" ,
7
10
"type" : " library" ,
17
20
],
18
21
"require" : {
19
22
"php" : " ^7.3|^8.0" ,
20
- "illuminate/support" : " ^7.0|^8.0|^9.0" ,
21
- "illuminate/database" : " ^7.0|^8.0|^9.0"
23
+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0 " ,
24
+ "illuminate/database" : " ^7.0|^8.0|^9.0|^10.0 "
22
25
},
23
26
"require-dev" : {
24
- "illuminate/pagination" : " ^7.0|^8.0|^9.0" ,
25
- "orchestra/testbench" : " ^6.3|^7.0" ,
27
+ "illuminate/pagination" : " ^7.0|^8.0|^9.0|^10.0 " ,
28
+ "orchestra/testbench" : " ^6.3|^7.0|^8.0 " ,
26
29
"phpunit/phpunit" : " ^8.4|^9.1"
27
30
},
28
31
"autoload" : {
38
41
"scripts" : {
39
42
"test" : " vendor/bin/phpunit --colors=always" ,
40
43
"test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
41
-
42
44
},
43
45
"config" : {
44
46
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments