Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs committed Jul 3, 2024
1 parent de23262 commit eba7074
Show file tree
Hide file tree
Showing 12 changed files with 12,055 additions and 25 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"flavorly",
"laravel",
"laravel helpers"
"laravel flows"
],
"homepage": "https://github.com/flavorly/laravel-flows",
"license": "MIT",
Expand All @@ -17,12 +17,13 @@
],
"require": {
"php": "^8.3",
"laravel/framework": "^v11.0.0",
"flavorly/laravel-helpers": "^0.4.0",
"illuminate/contracts": "^11.8.0",
"laravel/framework": "^v11.0.0",
"league/iso3166": "^4.3",
"spatie/laravel-data": "^4.5",
"spatie/laravel-typescript-transformer": "^2.4",
"spatie/laravel-package-tools": "^1.16",
"league/iso3166": "^4.3"
"spatie/laravel-typescript-transformer": "^2.4"
},
"require-dev": {
"larastan/larastan": "^v2.9.6",
Expand All @@ -40,10 +41,7 @@
"autoload": {
"psr-4": {
"Flavorly\\LaravelFlows\\": "src"
},
"files": [
"src/Helpers/generic.php"
]
}
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit eba7074

Please sign in to comment.