Skip to content

Commit

Permalink
Merge branch 'chore/validate-dev' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hcdias committed Oct 16, 2023
2 parents 1de2aaf + 0428873 commit deb5e2d
Show file tree
Hide file tree
Showing 10 changed files with 1,628 additions and 1,294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
env:
KAFKA_BROKER_CONNECTIONS: 'localhost:9092'
services:
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"ext-rdkafka": ">=4.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5.0 || ^7.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/console": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/config": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"php": ">=7.4",
"wikimedia/avro": "^1.9.0"
"illuminate/support": "^9.0 || ^10.0",
"illuminate/console": "^9.0 || ^10.0",
"illuminate/config": "^9.0 || ^10.0",
"php": "^8.0",
"rg/avro-php": "^3.0"
},
"require-dev": {
"leroy-merlin-br/coding-standard": "^v3.1.0",
"phpunit/phpunit": "^9.5.27",
"mockery/mockery": "^1.5.1",
"phpunit/phpunit": "^9.6.10",
"mockery/mockery": "^1.6.6",
"kwn/php-rdkafka-stubs": "^2.2.1",
"orchestra/testbench": "^6.25.1",
"orchestra/testbench": "^7.0|^8.0",
"dms/phpunit-arraysubset-asserts": "^0.2.1",
"phpro/grumphp": "^1.13.0",
"phpro/grumphp": "^1.16.0",
"vimeo/psalm": "^4.30.0",
"psalm/plugin-mockery": "^0.9.1",
"rector/rector": "^0.13.10"
Expand Down
Loading

0 comments on commit deb5e2d

Please sign in to comment.