Skip to content

Commit

Permalink
start updating the php version
Browse files Browse the repository at this point in the history
  • Loading branch information
iampersistent committed Jul 6, 2024
1 parent a22033c commit 899b643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4,103 deletions.
19 changes: 2 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.5"
"php": ">=8.3"
},
"keywords": [
"rexpro-php",
Expand All @@ -20,27 +20,12 @@
"driver"
],
"require-dev": {
"yiisoft/yii2-apidoc": "~2.1",
"satooshi/php-coveralls": "~2.0",
"phpunit/php-code-coverage": "~2.2||~4.0||~5.3",
"phpunit/phpunit": "~4.8||~5.7||~6.5"
},
"autoload": {
"psr-4": {
"Brightzone\\GremlinDriver\\": "src/",
"Brightzone\\GremlinDriver\\Tests\\": "tests/"
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}
}
Loading

0 comments on commit 899b643

Please sign in to comment.