Skip to content

Commit

Permalink
php8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
faissaloux committed Jan 5, 2024
1 parent d2dc625 commit e1b7694
Show file tree
Hide file tree
Showing 4 changed files with 1,211 additions and 852 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is the repository for [the Laravel.io pastebin](https://paste.laravel.io).

The following tools are required in order to start the installation.

- PHP 8.2
- PHP 8.3
- [Composer](https://getcomposer.org/download/)
- [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "8.2.*",
"php": "8.3.*",
"blade-ui-kit/blade-heroicons": "^2.0",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^9.19",
Expand Down
Loading

0 comments on commit e1b7694

Please sign in to comment.