Skip to content

Commit

Permalink
Support PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki committed Nov 11, 2023
1 parent e6c5806 commit 6ad0921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
/build.xml export-ignore
/phpunit.xml export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore

*.php diff=php
12 changes: 2 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,19 @@
],
"prefer-stable": true,
"require": {
"php": ">=7.3"
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^8 || ^9.0"
},
"autoload": {
"classmap": [
"src/"
]
},
"config": {
"platform": {
"php": "7.3.0"
},
"optimize-autoloader": true,
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
}
}

0 comments on commit 6ad0921

Please sign in to comment.