Skip to content

Commit

Permalink
fork: update this library for php83 / nxcli
Browse files Browse the repository at this point in the history
  • Loading branch information
davemednick committed Sep 16, 2024
1 parent 93abf7e commit 8104e8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
],
"license": "MIT",
"require": {
"php": "^5.3.2 || ^7.0",
"php": "^8.3",
"ext-curl": "*",
"composer-plugin-api": "^1.0.0"
"composer-plugin-api": "^2"
},
"require-dev": {
"composer/composer": "1.0.0",
"phpunit/phpunit": "4.8.* || 5.7.* || ^6.3",
"squizlabs/php_codesniffer": "^2.5"
"composer/composer": "^2.6",
"phpunit/phpunit": "4.8.* || 5.7.* || ^9.5",
"squizlabs/php_codesniffer": "3.*"
},
"scripts": {
"test": "phpunit --colors=always",
Expand Down

0 comments on commit 8104e8d

Please sign in to comment.