Skip to content

Commit

Permalink
restore master
Browse files Browse the repository at this point in the history
  • Loading branch information
davemednick committed Sep 16, 2024
1 parent 8104e8d commit 824705f
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": "^8.3",
"php": "^5.3.2 || ^7.0",
"ext-curl": "*",
"composer-plugin-api": "^2"
"composer-plugin-api": "^1.0.0"
},
"require-dev": {
"composer/composer": "^2.6",
"phpunit/phpunit": "4.8.* || 5.7.* || ^9.5",
"squizlabs/php_codesniffer": "3.*"
"composer/composer": "1.0.0",
"phpunit/phpunit": "4.8.* || 5.7.* || ^6.3",
"squizlabs/php_codesniffer": "^2.5"
},
"scripts": {
"test": "phpunit --colors=always",
Expand Down

0 comments on commit 824705f

Please sign in to comment.