You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
396 B
19 lines
396 B
{
|
|
"name": "philipp/stepper",
|
|
"require": {
|
|
"symfony/var-dumper": "^5.1",
|
|
"illuminate/support": "^8.12",
|
|
"illuminate/validation": "^8.48"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Philipp Lang",
|
|
"email": "philipp@zoomyboy.de"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zoomyboy\\Stepper\\": "./src"
|
|
}
|
|
}
|
|
}
|