Skip to content

Commit

Permalink
Added polyfill-8.3/8.4 in Composer (#4268)
Browse files Browse the repository at this point in the history
* polyfill-8.3

* polyfill-8.3/8.4

* Updated .phpstan.dist.baseline.neon

* Merge branch 'main' into ADDISON74-polifyll-8.3

# Conflicts:
#	composer.lock

---------

Co-authored-by: Sven Reichel <github-sr@hotmail.com>
  • Loading branch information
ADDISON74 and sreichel authored Oct 14, 2024
1 parent 3e5c1d2 commit f96b282
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 5 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@
"phpseclib/mcrypt_compat": "^2.0.3",
"phpseclib/phpseclib": "^3.0.14",
"shardj/zf1-future": "1.24.0",
"symfony/polyfill-php74": "^1.29",
"symfony/polyfill-php80": "^1.29",
"symfony/polyfill-php81": "^1.29",
"symfony/polyfill-php82": "^1.29"
"symfony/polyfill-php74": "^1.31",
"symfony/polyfill-php80": "^1.31",
"symfony/polyfill-php81": "^1.31",
"symfony/polyfill-php82": "^1.31",
"symfony/polyfill-php83": "^1.31",
"symfony/polyfill-php84": "^1.31"
},
"require-dev": {
"ext-xmlreader": "*",
Expand Down
154 changes: 153 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f96b282

Please sign in to comment.