Skip to content

Commit

Permalink
Adds L11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Oct 18, 2023
1 parent 7022e9a commit a7c0a66
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"illuminate/support": "^10.0",
"illuminate/support": "^10.0|^11.0",
"spatie/flare-client-php": "^1.3.5",
"spatie/ignition": "^1.9",
"symfony/console": "^6.2.3",
"symfony/var-dumper": "^6.2.3"
"symfony/console": "^6.2.3|^7.0",
"symfony/var-dumper": "^6.2.3|^7.0"
},
"require-dev": {
"livewire/livewire": "^2.11",
"livewire/livewire": "^2.11|dev-feat/l11",
"mockery/mockery": "^1.5.1",
"openai-php/client": "^0.3.4",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^1.22.3",
"openai-php/client": "^0.7.3",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^1.22.3|^2.0",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-phpunit": "^1.3.3",
Expand All @@ -46,7 +46,8 @@
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true,
"pestphp/pest-plugin": true
"pestphp/pest-plugin": true,
"php-http/discovery": false
}
},
"extra": {
Expand Down

0 comments on commit a7c0a66

Please sign in to comment.