Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v11.10.1 #145

Merged
merged 12 commits into from
Jul 23, 2024
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ APP_IMAGE_OPEN_GRAPH="resources/img/open-graph.png"
APP_LINK_PROJECT_REPO="https://github.com/musimana/bassform"
APP_USER_HOMEPAGE="dashboard"

# USED FOR PROJECT CONTACTS | SEE: ./config/contacts.php

CONTACT_OWNER_EMAIL="${MAIL_FROM_ADDRESS}"
CONTACT_OWNER_NAME="${MAIL_FROM_NAME}"

# USED TO CONTROL DUSK TEST SETTINGS | SEE: ./config/dusk.php

## FRAMEWORK DUSK TEST SETTINGS
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"require": {
"php": "8.2.*||8.3.*",
"guzzlehttp/guzzle": "^7.8.1",
"guzzlehttp/guzzle": "^7.9",
"inertiajs/inertia-laravel": "^1.3",
"laravel/framework": "^11.16",
"laravel/tinker": "^2.9.0",
Expand All @@ -25,9 +25,9 @@
"larastan/larastan": "^2.9",
"laravel/dusk": "^8.2",
"laravel/pint": "^1.16",
"laravel/sail": "^1.30",
"laravel/sail": "^1.31",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.1.1",
"nunomaduro/collision": "^8.3",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-laravel": "^2.4",
"spatie/laravel-ignition": "^2.8"
Expand Down
Loading