Skip to content

Commit

Permalink
up: update the phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Apr 30, 2021
1 parent 8c7b47b commit 000e941
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"nikic/php-parser": "~4.2"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^7.5 || ^8.0",
"swoft/swoole-ide-helper": "dev-master"
},
"replace": {
Expand Down
2 changes: 1 addition & 1 deletion src/annotation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload-dev": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/aop/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload-dev": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/bean/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
]
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload-dev": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload-dev": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/connection-pool/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "./vendor/bin/phpunit -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"require-dev": {
"swoft/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "./vendor/bin/phpunit -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/db/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload-dev": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/error/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^7.5 || ^8.0",
"swoft/framework": "~2.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/event/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "./vendor/bin/phpunit -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/framework/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "php run.php -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/http-message/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"repositories": {
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "./vendor/bin/phpunit -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/http-server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "./vendor/bin/phpunit -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"repositories": [
],
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "./vendor/bin/phpunit -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"require-dev": {
"swoft/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload-dev": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/process/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require-dev": {
"swoft/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "./vendor/bin/phpunit -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/proxy/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"swoft/stdlib": "~2.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/redis/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "php run.php -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/rpc-client/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "php run.php -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/rpc-server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "php run.php -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/rpc/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "./vendor/bin/phpunit -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "./vendor/bin/phpunit -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/stdlib/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": ">7.1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/task/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "php run.php -c phpunit.xml"
Expand Down
2 changes: 1 addition & 1 deletion src/tcp-server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"swoft/tcp": "~2.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/tcp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload-dev": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/validator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload-dev": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/websocket-server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"scripts": {
"test": "php run.php -c phpunit.xml"
Expand Down

0 comments on commit 000e941

Please sign in to comment.