-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
so whole project will run in php 8.1 for testing
- Loading branch information
1 parent
85b20c8
commit 6805de6
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
|
||
IDE = phpstorm | ||
|
||
.PHONY: all | ||
all: | ||
|
||
vendor/autoload.php: | ||
composer install --prefer-dist --optimize-autoloader | ||
|
||
.PHONY: tests | ||
tests: vendor/autoload.php | ||
php vendor/bin/phpunit | ||
|
||
ide: | ||
exec $(IDE) . & | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,10 @@ | |
"type": "magento2-module", | ||
"license": "GPL-3.0", | ||
"authors": [ | ||
{ | ||
"name": "Wouter Steenmeijer", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Wouter Steenmeijer", | ||
"email": "[email protected]" | ||
|