Skip to content

Commit

Permalink
chore: bumps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jan 5, 2024
1 parent 8d85075 commit 0741696
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"license": "MIT",
"require": {
"php": "^8.1",
"nunomaduro/collision": "^7.10.0|^8.0.0",
"nunomaduro/collision": "^7.10.0|^8.0.1",
"pestphp/pest-plugin": "^2.1.1",
"ta-tikoma/phpunit-architecture-test": "^0.7.5"
"ta-tikoma/phpunit-architecture-test": "^0.8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -37,7 +37,7 @@
]
},
"require-dev": {
"pestphp/pest": "^2.27.0",
"pestphp/pest": "^2.30.0",
"pestphp/pest-dev-tools": "^2.16.0"
},
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion src/Autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* argument is the test description; the second argument
* is a closure that contains the test expectations.
*/
function arch(string $description, Closure $closure = null): TestCall
function arch(string $description, ?Closure $closure = null): TestCall
{
$test = test($description, $closure);

Expand Down

0 comments on commit 0741696

Please sign in to comment.