Skip to content
Snippets Groups Projects
Commit 2346889c authored by Darlington's avatar Darlington
Browse files

initializing

parent 4807594d
No related branches found
No related tags found
No related merge requests found
......@@ -453,7 +453,7 @@ gradle-app.setting
##### Composer
composer.phar
/vendor/
vendor
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
......
......@@ -17,7 +17,8 @@
}
],
"require": {
"php": "^8.1"
"php": "^8.1",
"saloonphp/saloon": "^3.0"
},
"require-dev": {
"laravel/pint": "^1.0",
......@@ -30,12 +31,12 @@
},
"autoload": {
"psr-4": {
"LidoNation\\": "src/"
"LidoNation\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"LidoNation\\Tests\\": "tests/"
"Tests\\": "tests/"
}
},
"scripts": {
......@@ -67,4 +68,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment