Compare commits

...

2 Commits

Author SHA1 Message Date
aslan f586dbe39e Merge remote-tracking branch 'origin/main'
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Successful in 1m59s Details
Tests & Lint & Deploy to Railway / deploy (push) Successful in 15s Details
2024-06-19 16:46:32 +03:00
aslan 13b17d0292 add bootstrap 2024-06-19 16:46:26 +03:00
2 changed files with 63 additions and 2 deletions

View File

@ -7,7 +7,8 @@
"require": {
"php": "^8.3",
"laravel/framework": "^11.11.0",
"laravel/tinker": "^2.9.0"
"laravel/tinker": "^2.9.0",
"laravel/ui": "^4.5"
},
"require-dev": {
"fakerphp/faker": "^1.23.1",

62
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "73f44fbd87d96963c111fa8e12ea0da9",
"content-hash": "ffaf61243231b9c2c37ca72d32ca8734",
"packages": [
{
"name": "brick/math",
@ -1371,6 +1371,66 @@
],
"time": "2024-01-04T16:10:04+00:00"
},
{
"name": "laravel/ui",
"version": "v4.5.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
"reference": "c75396f63268c95b053c8e4814eb70e0875e9628"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/c75396f63268c95b053c8e4814eb70e0875e9628",
"reference": "c75396f63268c95b053c8e4814eb70e0875e9628",
"shasum": ""
},
"require": {
"illuminate/console": "^9.21|^10.0|^11.0",
"illuminate/filesystem": "^9.21|^10.0|^11.0",
"illuminate/support": "^9.21|^10.0|^11.0",
"illuminate/validation": "^9.21|^10.0|^11.0",
"php": "^8.0",
"symfony/console": "^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "^7.35|^8.15|^9.0",
"phpunit/phpunit": "^9.3|^10.4|^11.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Ui\\UiServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Ui\\": "src/",
"Illuminate\\Foundation\\Auth\\": "auth-backend/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel UI utilities and presets.",
"keywords": [
"laravel",
"ui"
],
"time": "2024-05-08T18:07:10+00:00"
},
{
"name": "league/commonmark",
"version": "2.4.2",