Skip to content

Commit

Permalink
PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkMachine committed Oct 8, 2024
1 parent 3859201 commit 172115c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This package only provides common polyfills with the assumption that the extensi

* 1.0 - PHP 8.1
* 2.0 - PHP 8.2
* 3.0 - PHP 8.3

## Installation

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "proprietary",

"require": {
"php": "~8.2.0",
"php": "~8.3.0",
"ext-calendar": "*",
"ext-ctype": "*",
"ext-iconv": "*",
Expand Down Expand Up @@ -42,6 +42,7 @@
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*"
}
}

0 comments on commit 172115c

Please sign in to comment.