Skip to content

Commit 64bbbaf

Browse files
Reset my Mistakes
1 parent 887d350 commit 64bbbaf

3 files changed

Lines changed: 2709 additions & 1882 deletions

File tree

buildspec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ version: 0.2
22

33
phases:
44
install:
5+
runtime-versions:
6+
php: 8.4
57
commands:
68
- composer install
79
- npm install

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": [],
66
"license": "MIT",
77
"require": {
8-
"php": "^8.2",
8+
"php": "~8.4",
99
"laravel/framework": "^12.25",
1010
"laravel/tinker": "^2.10.1",
1111
"laravel/ui": "^4.6",

0 commit comments

Comments
 (0)