Skip to content

Commit

Permalink
dep: update to php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchBred committed Mar 26, 2024
1 parent f67e824 commit d6f5ce1
Show file tree
Hide file tree
Showing 2 changed files with 848 additions and 697 deletions.
92 changes: 45 additions & 47 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,81 +6,79 @@
"minimum-stability": "dev",
"prefer-stable": false,
"require": {
"php": "^8.1",
"php": "^8.2",
"doctrine/inflector": "^2.0.8",
"illuminate/bus": "^10.0.0",
"illuminate/cache": "^10.0.0",
"illuminate/collections": "^10.0.0",
"illuminate/conditionable": "^10.0.0",
"illuminate/console": "^10.0.0",
"illuminate/container": "^10.0.0",
"illuminate/contracts": "^10.0.0",
"illuminate/events": "^10.0.0",
"illuminate/filesystem": "^10.0.0",
"illuminate/macroable": "^10.0.0",
"illuminate/pipeline": "^10.0.0",
"illuminate/support": "^10.0.0",
"illuminate/view": "^10.0.0",
"illuminate/bus": "^11.0.0",
"illuminate/cache": "^11.0.0",
"illuminate/collections": "^11.0.0",
"illuminate/conditionable": "^11.0.0",
"illuminate/console": "^11.0.0",
"illuminate/container": "^11.0.0",
"illuminate/contracts": "^11.0.0",
"illuminate/events": "^11.0.0",
"illuminate/filesystem": "^11.0.0",
"illuminate/macroable": "^11.0.0",
"illuminate/pipeline": "^11.0.0",
"illuminate/support": "^11.0.0",
"illuminate/view": "^11.0.0",
"laravel/prompts": "^0.1.13",
"nesbot/carbon": "^2.71.0",
"nunomaduro/termwind": "^1.15.1",
"nesbot/carbon": "^3.1.1",
"psr/clock": "^1.0.0",
"psr/container": "^2.0.2",
"psr/simple-cache": "^3.0.0",
"symfony/console": "^6.3.4",
"symfony/console": "^7.0.4",
"symfony/deprecation-contracts": "^3.3.0",
"symfony/finder": "^6.3.0",
"symfony/finder": "^7.0.4",
"symfony/polyfill-ctype": "^1.0.0",
"symfony/polyfill-intl-grapheme": "^1.0.0",
"symfony/polyfill-intl-normalizer": "^1.0.0",
"symfony/polyfill-mbstring": "^1.0.0",
"symfony/polyfill-php80": "^1.0.0",
"symfony/process": "^6.3.0",
"symfony/process": "^7.0.4",
"symfony/service-contracts": "^3.3.0",
"symfony/string": "^6.3.0",
"symfony/translation": "^6.3.0",
"symfony/string": "^7.0.4",
"symfony/translation": "^7.0.4",
"symfony/translation-contracts": "^3.3.0",
"voku/portable-ascii": "^2.0.1",
"brick/math": "^0.11.0",
"hamcrest/hamcrest-php": "^2.0.1",
"illuminate/database": "^10.0.0",
"illuminate/database": "^11.0.0",
"myclabs/deep-copy": "^1.11.0",
"nikic/php-parser": "^4.17.0",
"nikic/php-parser": "^5.0.2",
"phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.2.1",
"psr/cache": "^3.0.0",
"psr/event-dispatcher": "^1.0.0",
"psr/log": "^3.0.0",
"sebastian/cli-parser": "^2.0.0",
"sebastian/code-unit": "^2.0.0",
"sebastian/code-unit-reverse-lookup": "^3.0.0",
"sebastian/comparator": "^5.0.0",
"sebastian/complexity": "^3.1.0",
"sebastian/diff": "^5.0.0",
"sebastian/environment": "^6.0.0",
"sebastian/exporter": "^5.1.0",
"sebastian/global-state": "^6.0.0",
"sebastian/lines-of-code": "^2.0.0",
"sebastian/object-enumerator": "^5.0.0",
"sebastian/object-reflector": "^3.0.0",
"sebastian/recursion-context": "^5.0.0",
"sebastian/type": "^4.0.0",
"sebastian/version": "^4.0.0",
"symfony/cache": "^6.3.0",
"sebastian/cli-parser": "^3.0.1",
"sebastian/code-unit": "^3.0.0",
"sebastian/code-unit-reverse-lookup": "^4.0.0",
"sebastian/comparator": "^6.0.0",
"sebastian/complexity": "^4.0.0",
"sebastian/diff": "^6.0.0",
"sebastian/environment": "^7.1.0",
"sebastian/exporter": "^6.0.1",
"sebastian/global-state": "^7.0.1",
"sebastian/lines-of-code": "^3.0.0",
"sebastian/object-enumerator": "^6.0.0",
"sebastian/object-reflector": "^4.0.0",
"sebastian/recursion-context": "^6.0.0",
"sebastian/type": "^5.0.0",
"sebastian/version": "^5.0.0",
"symfony/cache": "^7.0.4",
"symfony/cache-contracts": "^3.3.0",
"symfony/event-dispatcher": "^6.3.0",
"symfony/event-dispatcher": "^7.0.4",
"symfony/event-dispatcher-contracts": "^3.3.0",
"symfony/options-resolver": "^6.3.0",
"symfony/var-exporter": "^6.3.0",
"symfony/yaml": "^6.3.0",
"symfony/options-resolver": "^7.0.4",
"symfony/var-exporter": "^7.0.4",
"symfony/yaml": "^7.0.4",
"theseer/tokenizer": "^1.2.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^11",
"mockery/mockery": "^1.5.1",
"overtrue/phplint": "^9.0.3",
"phpunit/php-code-coverage": "dev-main",
"phpunit/php-file-iterator": "4.1.0",
"phpunit/php-file-iterator": "^5.0",
"phpunit/php-invoker": "dev-main",
"phpunit/php-text-template": "dev-main",
"phpunit/php-timer": "dev-main"
Expand Down Expand Up @@ -110,7 +108,7 @@
},
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
}
}
}
Loading

2 comments on commit d6f5ce1

@lparede
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @MitchBred ,

When will you merge this changes into the main branch?

Thank you for your work.

@MitchBred
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @lparede ,

I will merge it to main when I test it well.
Could you also test this on your platform?

Thank you.

Please sign in to comment.