Skip to content

Commit

Permalink
PHP build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Dec 13, 2024
1 parent be816cd commit e80251b
Show file tree
Hide file tree
Showing 5 changed files with 746 additions and 151 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
}
],
"require": {
"php": ">=5.4",
"aura/sql": "^2.5 | ^3.0"
"php": ">=5.6",
"aura/sql": "^2.5 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"aik099/coding-standard": "dev-master",
"yoast/phpunit-polyfills": "^1.0"
"yoast/phpunit-polyfills": "^2.0",
"phpspec/prophecy": "^1.10",
"console-helpers/prophecy-phpunit": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e80251b

Please sign in to comment.