mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 03:04:04 +00:00
Support Laravel 9 (#3)
* wip * Update composer.json * Update composer.json Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com> * Update composer.json Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com> * Update ci.yml * Update composer.json * wip * wip * Update ci.yml * typehint -> type * Update phpstan.neon * Update composer.json * Update composer.json * wip * Update composer.json * Update composer.json * Update composer.json Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
1b1eca87c8
commit
263e0aa1cb
8 changed files with 98 additions and 56 deletions
|
|
@ -16,12 +16,12 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"illuminate/translation": "^8.0||^6.0"
|
||||
"illuminate/translation": "^6.0|^8.0|^9.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.0||^4.0",
|
||||
"orchestra/testbench": "^4.0|^6.0|^7.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"nunomaduro/larastan": "^0.6.11"
|
||||
"nunomaduro/larastan": "^1.0"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
|
|
@ -32,5 +32,7 @@
|
|||
"Gloss": "Lean\\Gloss\\Gloss"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue