Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung committed Aug 2, 2024
1 parent 5fcac70 commit bbeabd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ much difference compared to the `codeigniter3-skeleton` package.

## 💯 Vercel PHP Runtime Versions

- `[email protected]` - Node 18.x / PHP 8.2.x (https://example-php-8-2.vercel.app)
- `[email protected]` - Node 18.x / PHP 8.1.x (https://example-php-8-1.vercel.app)
- `[email protected]` - Node 18.x / PHP 8.0.x (https://example-php-8-0.vercel.app)
- `[email protected]` - Node 18.x / PHP 7.4.x (https://example-php-7-4.vercel.app)
- `[email protected]` - Node 18.x / PHP 8.2.x (https://example-php-8-3.vercel.app)
- `[email protected]` - Node 18.x / PHP 8.2.x (https://example-php-8-2.vercel.app)
- `[email protected]` - Node 18.x / PHP 8.1.x (https://example-php-8-1.vercel.app)
- `[email protected]` - Node 18.x / PHP 8.0.x (https://example-php-8-0.vercel.app)
- `[email protected]` - Node 18.x / PHP 7.4.x (https://example-php-7-4.vercel.app)

## Install

Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"framework": null,
"functions": {
"api/**/*.php": {
"runtime": "[email protected].1"
"runtime": "[email protected].2"
}
},
"outputDirectory": "public",
Expand Down

0 comments on commit bbeabd2

Please sign in to comment.