Skip to content

Commit

Permalink
FIX: versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
tasoftch committed Apr 29, 2023
1 parent 90890c3 commit 2b1974a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
}
},
"require" : {
"php": "^7.2",
"php": ">=7.2",
"ikarus/raspberry-pinout": "^0.8",
"ikarus/sps": "^0.8"
},
"require-dev": {
"phpunit/phpunit": "^6"
"phpunit/phpunit": "^6|^9"
}
}

0 comments on commit 2b1974a

Please sign in to comment.