Skip to content

Commit a80eab0

Browse files
authored
Merge pull request #688 from w3bdesign/dev
Php 8.1.0
2 parents 9b7c1b7 + cc9f8c2 commit a80eab0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
"name": "laravel/laravel",
33
"type": "project",
44
"description": "The Laravel Framework.",
5-
"keywords": ["framework", "laravel"],
5+
"keywords": [
6+
"framework",
7+
"laravel"
8+
],
69
"license": "MIT",
710
"require": {
8-
"php": "^8.1.0",
11+
"php": "8.1.0",
912
"guzzlehttp/guzzle": "7.5.0",
1013
"laravel/cashier": "13.16.0",
1114
"laravel/framework": "9.43.0",
@@ -58,7 +61,10 @@
5861
"config": {
5962
"optimize-autoloader": true,
6063
"preferred-install": "dist",
61-
"sort-packages": true
64+
"sort-packages": true,
65+
"platform": {
66+
"php": "8.1.0"
67+
}
6268
},
6369
"minimum-stability": "dev",
6470
"prefer-stable": true

resources/js/components/Checkout/OrderForm.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
placeholder="Address"
3939
/>
4040
</div>
41-
4241
<div class="p-2 lg:w-1/2">
4342
<form-kit
4443
type="text"

0 commit comments

Comments
 (0)