diff --git a/.gitignore b/.gitignore index b7695a6..70e917d 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ /storage/framework /storage/*.key /storage/pail +/backups /storage/framework/views/*.php /bootstrap/cache/*.php /custom diff --git a/composer.json b/composer.json index 6629324..0bfe506 100644 --- a/composer.json +++ b/composer.json @@ -98,5 +98,5 @@ "minimum-stability": "stable", "prefer-stable": true, "version": "26.0.3", - "build": "102" + "build": "103" }