Skip to content

Commit

Permalink
Platform config PHP version changed from 5.6 to 7.0.
Browse files Browse the repository at this point in the history
Required PHP version changed from "^5.6" to "^.0".
PHJPUnit version changed from "^5" to "^6".
  • Loading branch information
donbidon committed Dec 10, 2022
1 parent 8cf4442 commit 0f1bec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"prefer-stable": true,
"config": {
"platform": {
"php": "5.6"
"php": "7.0"
}
},
"require": {
"php": "^5.6",
"php": "^7.0",
"ext-pdo": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^5",
"phpunit/phpunit": "^6",
"phpdocumentor/phpdocumentor": "^2.9",
"squizlabs/php_codesniffer": "3.*",
"friendsofphp/php-cs-fixer": "*"
Expand Down

0 comments on commit 0f1bec5

Please sign in to comment.