Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Mar 21, 2024
1 parent 57bfa31 commit 485cb4f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
96 changes: 48 additions & 48 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"name": "cleaniquecoders/lookup",
"description": "Set of lookup information",
"keywords": [
"package",
"laravel",
"lookup"
],
"license": "MIT",
"authors": [
{
"name": "Nasrul Hazim",
"email": "nasrulhazim.m@gmail.com"
}
],
"autoload": {
"psr-4": {
"CleaniqueCoders\\Lookup\\": "src/",
"CleaniqueCoders\\Lookup\\Database\\Seeders\\": "database/seeders/"
},
"files": [
"support/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"CleaniqueCoders\\Lookup\\Tests\\": "tests/"
}
},
"require": {
"php": "^8.1 | ^8.2 | ^8.3",
"illuminate/support": "^5.5 | ^5.6 | ^5.7 | ^5.8 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^1.0 | ^11.0",
"illuminate/auth": "^5.5 | ^5.6 | ^5.7 | ^5.8 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^1.0 | ^11.0"
},
"require-dev": {
"orchestra/testbench": "3.5.* | 3.6.* | 3.7.* | 3.8.* | 4.* | 5.* | 6.* | 7.* | 8.* | 9.*"
},
"extra": {
"laravel": {
"providers": [
"CleaniqueCoders\\Lookup\\LookupServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
"name": "cleaniquecoders/lookup",
"description": "Set of lookup information",
"keywords": [
"package",
"laravel",
"lookup"
],
"license": "MIT",
"authors": [
{
"name": "Nasrul Hazim",
"email": "nasrulhazim.m@gmail.com"
}
],
"autoload": {
"psr-4": {
"CleaniqueCoders\\Lookup\\": "src/",
"CleaniqueCoders\\Lookup\\Database\\Seeders\\": "database/seeders/"
},
"files": [
"support/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"CleaniqueCoders\\Lookup\\Tests\\": "tests/"
}
},
"require": {
"php": "^8.1 | ^8.2 | ^8.3",
"illuminate/support": "^9.0 | ^10.0 | ^11.0",
"illuminate/auth": "^9.0 | ^10.0 | ^11.0"
},
"require-dev": {
"orchestra/testbench": "8.* | 9.*"
},
"extra": {
"laravel": {
"providers": [
"CleaniqueCoders\\Lookup\\LookupServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 485cb4f

Please sign in to comment.