Skip to content

Commit

Permalink
Merge pull request #30 from gdcorp-partners/strict-php-version-depend…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
unfulvio-godaddy authored Nov 16, 2022
2 parents 69a0b83 + ec3c3f5 commit b93c032
Show file tree
Hide file tree
Showing 2 changed files with 3,193 additions and 4,584 deletions.
19 changes: 18 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,30 @@
"description": "Test",
"license": "GPL-2.0+",
"require": {
"lucatume/wp-browser": "^2.2"
"php" : "^7.4",
"lucatume/wp-browser": "^3.1",
"codeception/module-asserts": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-rest": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/util-universalframework": "^1.0"
},
"autoload":{
"psr-4":{
"SkyVerge\\Lumiere\\": "src",
"Codeception\\": "src/Codeception"
}
},
"config": {
"platform": {
"php" : "7.4"
},
"allow-plugins": {
"kylekatarnls/update-helper": false
}
},
"bin":["bin/lumiere"]
}
Loading

0 comments on commit b93c032

Please sign in to comment.