Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Maestro adds support for PHP 8.0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech authored Jan 31, 2021
1 parent bd71e06 commit 3163b83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
}
],
"require": {
"php": "^7.3",
"phpactor/class-to-file": "~0.3",
"php": "^7.3 || ^8.0",
"phpactor/class-to-file": "~0.4.0",
"phpactor/container": "^1.0",
"phpactor/reference-finder": "^0.1.5",
"phpactor/source-code-filesystem": "~0.1",
"phpactor/text-document": "^1.0",
"phpactor/source-code-filesystem": "~0.1.6",
"phpactor/text-document": "~1.2.3",
"phpactor/worse-reflection": "^0.4.4"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "dev-master",
"ergebnis/composer-normalize": "^2.0",
"friendsofphp/php-cs-fixer": "^2.17",
"phpactor/test-utils": "^1.1",
"phpbench/phpbench": "^1.0.0-alpha5",
"phpactor/test-utils": "~1.1.3",
"phpbench/phpbench": "dev-master",
"phpspec/prophecy-phpunit": "dev-master",
"phpstan/phpstan": "~0.12.0",
"phpunit/phpunit": "~9.0",
Expand Down

0 comments on commit 3163b83

Please sign in to comment.