Skip to content

Commit de653af

Browse files
committed
Package init
1 parent b8fca52 commit de653af

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33
"description": "Wolt is a Laravel package that allows you to integrate your restaurant with the Wolt platform. It provides a simple and easy-to-use API for syncing your menu and managing orders.",
44
"keywords": [
55
"laravel",
6-
"grid",
7-
"table",
8-
"filter",
9-
"sort",
10-
"pagination",
11-
"livewire"
6+
"wolt",
7+
"api",
8+
"integration",
9+
"restaurant",
10+
"menu",
11+
"orders",
12+
"delivery"
1213
],
1314
"type": "library",
1415
"license": "MIT",
1516
"require": {
16-
"php": "^8.1|^8.2|^8.3",
17-
"laravel/framework": "^10.0|^11.0",
18-
"spatie/laravel-data": "^4.8"
17+
"php": ">=8.1",
18+
"laravel/framework": ">=10.0",
19+
"spatie/laravel-data": ">=4.6"
1920
},
2021
"autoload": {
2122
"psr-4": {

0 commit comments

Comments
 (0)