Skip to content

Commit

Permalink
Merge pull request #1 from evokelektrique/upgrade-to-php-8
Browse files Browse the repository at this point in the history
Upgrade packages to support php >= 8
  • Loading branch information
mostafasoufi committed Jan 3, 2024
2 parents a7ac934 + 40528a2 commit 8fa6057
Show file tree
Hide file tree
Showing 2 changed files with 1,305 additions and 1,017 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"illuminate/macroable": "^8.7",
"laminas/laminas-diactoros": "^2.5",
"laminas/laminas-escaper": "^2.7",
"laminas/laminas-form": "^2.15",
"laminas/laminas-form": "^3.0",
"laminas/laminas-i18n": "^2.11",
"laminas/laminas-view": "^2.11",
"league/container": "^3.3",
Expand All @@ -41,9 +41,9 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^10.0",
"symfony/var-dumper": "^5.1",
"wp-coding-standards/wpcs": "dev-master"
"wp-coding-standards/wpcs": "3.0"
},
"config": {
"bin-dir": "bin",
Expand Down
Loading

0 comments on commit 8fa6057

Please sign in to comment.