-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reset failed at after a succesful update (#7)
- Loading branch information
1 parent
ca420f7
commit 010a04e
Showing
64 changed files
with
236 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,71 @@ | ||
{ | ||
"name": "justbetter/laravel-akeneo-products", | ||
"description": "Easily export products to Akeneo from your ERP", | ||
"type": "package", | ||
"license": "MIT", | ||
"homepage": "https://github.com/justbetter/laravel-akeneo-products", | ||
"authors": [ | ||
{ | ||
"name": "Ramon Rietdijk", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Vincent Boon", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.1", | ||
"justbetter/laravel-akeneo-client": "^1.1", | ||
"justbetter/laravel-error-logger": "^2.3", | ||
"laravel/framework": "^10.0|^11.0", | ||
"spatie/laravel-activitylog": "^4.7" | ||
}, | ||
"require-dev": { | ||
"larastan/larastan": "^2.9", | ||
"laravel/pint": "^1.10", | ||
"orchestra/testbench": "^8.0|^9.0", | ||
"phpstan/phpstan-mockery": "^1.1", | ||
"phpunit/phpunit": "^10.1" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"JustBetter\\AkeneoProducts\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"JustBetter\\AkeneoProducts\\Tests\\": "tests" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "phpunit", | ||
"analyse": "phpstan", | ||
"style": "pint --test", | ||
"quality": [ | ||
"@test", | ||
"@analyse", | ||
"@style" | ||
"name": "justbetter/laravel-akeneo-products", | ||
"description": "Easily export products to Akeneo from your ERP", | ||
"type": "package", | ||
"license": "MIT", | ||
"homepage": "https://github.com/justbetter/laravel-akeneo-products", | ||
"authors": [ | ||
{ | ||
"name": "Ramon Rietdijk", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Vincent Boon", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
"fix-style": "pint" | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"allow-plugins": { | ||
"php-http/discovery": true | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"JustBetter\\AkeneoProducts\\ServiceProvider" | ||
] | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
"require": { | ||
"php": "^8.1", | ||
"justbetter/laravel-akeneo-client": "^1.1", | ||
"justbetter/laravel-error-logger": "^2.3", | ||
"laravel/framework": "^10.0|^11.0", | ||
"spatie/laravel-activitylog": "^4.7" | ||
}, | ||
"require-dev": { | ||
"larastan/larastan": "^2.9", | ||
"laravel/pint": "^1.17", | ||
"orchestra/testbench": "^8.0|^9.0", | ||
"pestphp/pest": "^2.35", | ||
"phpstan/phpstan-mockery": "^1.1", | ||
"phpunit/phpunit": "^10.5" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"JustBetter\\AkeneoProducts\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"JustBetter\\AkeneoProducts\\Tests\\": "tests" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "phpunit", | ||
"analyse": "phpstan", | ||
"style": "pint --test", | ||
"quality": [ | ||
"@test", | ||
"@analyse", | ||
"@style" | ||
], | ||
"fix-style": "pint" | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"allow-plugins": { | ||
"php-http/discovery": true, | ||
"pestphp/pest-plugin": true | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"JustBetter\\AkeneoProducts\\ServiceProvider" | ||
] | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.