Skip to content

Commit

Permalink
Moved .php81 to the root
Browse files Browse the repository at this point in the history
so whole project will run in php 8.1 for testing
  • Loading branch information
JeroenBoersma committed May 17, 2024
1 parent 85b20c8 commit 6805de6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
File renamed without changes.
17 changes: 17 additions & 0 deletions Makefile
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) . &

4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"type": "magento2-module",
"license": "GPL-3.0",
"authors": [
{
"name": "Wouter Steenmeijer",
"email": "[email protected]"
},
{
"name": "Wouter Steenmeijer",
"email": "[email protected]"
Expand Down

0 comments on commit 6805de6

Please sign in to comment.