Skip to content

Commit

Permalink
add iseed to generate demo seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
Alban Siffer committed Apr 27, 2023
1 parent d7c4481 commit 5ebd1a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"oiv",
"security tool",
"anssi",
"urbanisation"
"urbanisation"
],
"license": "GPL-3.0-or-later",
"require": {
Expand All @@ -27,7 +27,8 @@
"phpoffice/phpspreadsheet": "^1.14",
"phpoffice/phpword": "^0.18.0",
"yajra/laravel-datatables": "^1.5",
"yajra/laravel-datatables-oracle": "^9.11"
"yajra/laravel-datatables-oracle": "^9.11",
"orangehill/iseed": "^3.0.3"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.10",
Expand Down Expand Up @@ -76,4 +77,4 @@
"@php artisan key:generate --ansi"
]
}
}
}

0 comments on commit 5ebd1a5

Please sign in to comment.