Skip to content

Commit

Permalink
Merge pull request #1 from justbetter/feature/laravel-10
Browse files Browse the repository at this point in the history
Support Laravel 10
  • Loading branch information
VincentBean authored Mar 10, 2023
2 parents ef26256 + c7e66dd commit a1908b3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
"type": "package",
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.1",
"laravel/nova": "^4.0",
"justbetter/nova-error-logger": "^4.0.0",
"justbetter/laravel-magento-stock": "*",
"justbetter/nova-error-logger": "^4.1.0",
"justbetter/laravel-magento-stock": "^1.2.0",
"bolechen/nova-activitylog": "^0.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
"JustBetter\\MagentoStockNova\\": "src"
Expand Down

0 comments on commit a1908b3

Please sign in to comment.