Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilesi authored Jun 10, 2023
1 parent 540a430 commit a5d562c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"name": "sofa/eloquence-base",
"name": "fattureincloud/eloquence-base",
"description": "Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.",
"license": "MIT",
"support": {
"issues": "https://github.com/jarektkaczyk/eloquence-base/issues",
"source": "https://github.com/jarektkaczyk/eloquence-base"
},
"keywords": [
"laravel",
"eloquent",
"metable",
"searchable",
"mappable",
"mutable"
"mappable"
],
"authors": [
{
Expand All @@ -24,7 +17,7 @@
],
"require": {
"php": ">=7.1",
"sofa/hookable": ">=5.5",
"fattureincloud/eloquence-hookable": ">=5.5",
"illuminate/database": ">=5.5"
},
"require-dev": {
Expand Down

0 comments on commit a5d562c

Please sign in to comment.