Skip to content

Commit

Permalink
support php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zenepay committed Aug 31, 2024
1 parent 7e182d3 commit 02ef96a
Showing 1 changed file with 58 additions and 59 deletions.
117 changes: 58 additions & 59 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,60 @@
{
"name": "zenepay/filament-buddhist-date-picker",
"description": "Laravel Filament DatePicker with Bhuddist Era plugin",
"type": "library",
"license": "MIT",
"keywords": [
"laravel",
"languages",
"buddhist",
"datepicker",
"filament",
"Thai",
"calendar"
],
"authors": [
{
"name": "Nitiruj Atipongpisal (Zen)",
"email": "zennitiruj@gmail.com",
"role": "Developer"
"name": "zenepay/filament-buddhist-date-picker",
"description": "Laravel Filament DatePicker with Bhuddist Era plugin",
"type": "library",
"license": "MIT",
"keywords": [
"laravel",
"languages",
"buddhist",
"datepicker",
"filament",
"Thai",
"calendar"
],
"authors": [
{
"name": "Nitiruj Atipongpisal (Zen)",
"email": "zennitiruj@gmail.com",
"role": "Developer"
}
],
"require": {
"php": "^8.1|^8.2|^8.3",
"spatie/laravel-package-tools": "^1.15.0",
"blade-ui-kit/blade-heroicons": "^2.3"
},
"autoload": {
"psr-4": {
"Zenepay\\FilamentBuddhistDatePicker\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
},
"extra": {
"laravel": {
"providers": [
"Zenepay\\FilamentBuddhistDatePicker\\BuddhistDatePickerServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"filament/tables": "^3.2",
"orchestra/testbench": "^9.1",
"pestphp/pest-plugin-livewire": "^2.1",
"pestphp/pest-plugin-watch": "^2.1",
"phpunit/phpunit": "^10.5"
}
],
"require": {
"php": "^8.1|^8.2",
"filament/forms": "^3.0",
"spatie/laravel-package-tools": "^1.15.0",
"blade-ui-kit/blade-heroicons": "^2.3"
},
"autoload": {
"psr-4": {
"Zenepay\\FilamentBuddhistDatePicker\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
},
"extra": {
"laravel": {
"providers": [
"Zenepay\\FilamentBuddhistDatePicker\\BuddhistDatePickerServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"filament/tables": "^3.2",
"orchestra/testbench": "^9.1",
"pestphp/pest-plugin-livewire": "^2.1",
"pestphp/pest-plugin-watch": "^2.1",
"phpunit/phpunit": "^10.5"
}
}
}

0 comments on commit 02ef96a

Please sign in to comment.