Skip to content

Commit

Permalink
upgrade laravel version to 11.x fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
miqayelsrapionyan committed May 23, 2024
1 parent abc74bf commit 33737b9
Show file tree
Hide file tree
Showing 5 changed files with 1,555 additions and 1,101 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ public_html/hot
storage/*.key
.env
.phpunit.result.cache
.phpunit.cache

# Ignore backup PHPUnit configuration files
phpunit.xml.bak
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"minimum-stability": "dev",
"require": {
"php": ">=8.1",
"ucraft-com/kafka-producer": "1.2.0",
"symfony/uid": "6.4.x-dev"
"ucraft-com/kafka-producer": "2.0.0",
"symfony/uid": "7.0"
},
"autoload-dev": {
"psr-4": {
Expand All @@ -33,7 +33,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "9.6.x-dev",
"orchestra/testbench": "8.x-dev"
"phpunit/phpunit": "^11.0",
"orchestra/testbench": "^9.0"
}
}
Loading

0 comments on commit 33737b9

Please sign in to comment.