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 8a188f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion php/antidot/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language:
version: 8.2
engines:
reactphp:
command: bin/console serve
environment:
COMPOSER_ALLOW_SUPERUSER: 1

framework:
website: antidotfw.io
Expand All @@ -17,3 +18,6 @@ framework:

engines:
- reactphp

bootstrap:
- mkdir var/cache -p

0 comments on commit 8a188f4

Please sign in to comment.