Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
e52a41f748 | |||
fc57bd894c | |||
9d09a270dc |
2 changed files with 1833 additions and 801 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "lubiana/base",
|
"name": "lubiana/lubiana-base",
|
||||||
"description": "my base skeleton",
|
"description": "my base skeleton",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -33,6 +33,7 @@
|
||||||
"pestphp/pest-plugin": true
|
"pestphp/pest-plugin": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": [
|
"lint": [
|
||||||
"rector",
|
"rector",
|
||||||
|
@ -41,5 +42,8 @@
|
||||||
],
|
],
|
||||||
"phpstan": "phpstan analyze",
|
"phpstan": "phpstan analyze",
|
||||||
"test": "pest"
|
"test": "pest"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"lubiana/doctrine-ulid": "^1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2628
composer.lock
generated
2628
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue