Skip to content

Commit

Permalink
Merge pull request #19 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDoctor0 authored Feb 1, 2023
2 parents 0b8234a + deebfe1 commit fe02033
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"name": "thedoctor0/laravel-factory-generator",
"description": "Automatically generate Laravel factories for your models.",
"keywords": ["laravel", "factory", "generator", "tests", "factories"],
"keywords": [
"laravel",
"factory",
"generator",
"tests",
"factories"
],
"license": "MIT",
"require": {
"php": ">=7.4",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0|^10.0",
"doctrine/dbal": "^2.9|^2.10|^3.0"
},
"autoload": {
Expand Down

0 comments on commit fe02033

Please sign in to comment.