Skip to content

Commit

Permalink
Add PHP 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed May 22, 2024
1 parent daf666e commit 6676fff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions php/antidot/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language:
version: 8.2
version: 8.3
engines:
reactphp:
command: bin/console serve
Expand All @@ -13,7 +13,9 @@ framework:
- "**/*.php"
- composer.json
- bin/console
- "**/*.prod.yaml"

engines:
- reactphp

bootstrap:
- mkdir var/cache -p

0 comments on commit 6676fff

Please sign in to comment.