Compare commits

...

3 commits
1.0.0 ... main

Author SHA1 Message Date
e52a41f748
add lubiana doctrine-ulid
All checks were successful
/ ls (pull_request) Successful in 18s
/ ls (push) Successful in 16s
2024-06-05 17:19:00 +02:00
fc57bd894c
add license field to composer.json
All checks were successful
/ ls (push) Successful in 16s
2024-06-01 21:51:12 +02:00
9d09a270dc
rename package
All checks were successful
/ ls (push) Successful in 16s
2024-06-01 21:46:04 +02:00
2 changed files with 1833 additions and 801 deletions

View file

@ -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

File diff suppressed because it is too large Load diff