Skip to content

Commit

Permalink
Merge pull request #1 from PcComponentes/feature/upgrade-to-php-8
Browse files Browse the repository at this point in the history
Upgrade to PHP 8
  • Loading branch information
fjesteban authored Mar 23, 2022
2 parents 6277994 + d1155d9 commit 39870ca
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.4",
"pccomponentes/criteria": "^0.1.3"
"php": "^7.4 | ^8.0",
"pccomponentes/criteria": "^0.3"
},
"autoload": {
"psr-4": {
Expand All @@ -21,5 +21,10 @@
"phpunit/phpunit": "^9.2",
"fzaninotto/faker": "^1.9",
"pccomponentes/coding-standard": "^1.2"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 39870ca

Please sign in to comment.