Skip to content

Commit 2fc52e1

Browse files
Update composer.json and remove test packages
1 parent 0647a12 commit 2fc52e1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"type": "library",
44
"description": "Automatically convert Eloquent model boolean attributes to dates (and back).",
55
"keywords": [
6-
"php",
76
"bool",
87
"boolean",
98
"convert",
@@ -12,6 +11,7 @@
1211
"eloquent",
1312
"laravel",
1413
"model",
14+
"php",
1515
"timestamps"
1616
],
1717
"homepage": "https://github.com/sebastiaanluca/laravel-boolean-dates",
@@ -20,7 +20,7 @@
2020
{
2121
"name": "Sebastiaan Luca",
2222
"email": "hello@sebastiaanluca.com",
23-
"homepage": "https://www.sebastiaanluca.com",
23+
"homepage": "https://sebastiaanluca.com",
2424
"role": "Author"
2525
}
2626
],
@@ -29,9 +29,7 @@
2929
"illuminate/support": "^9.0"
3030
},
3131
"require-dev": {
32-
"dms/phpunit-arraysubset-asserts": "^0.4.0",
3332
"friendsofphp/php-cs-fixer": "^3.7",
34-
"mockery/mockery": "^1.5",
3533
"orchestra/testbench": "^7.1",
3634
"phpunit/phpunit": "^9.5"
3735
},

0 commit comments

Comments
 (0)