Skip to content

Commit

Permalink
update modularity
Browse files Browse the repository at this point in the history
it fails with php7.2
  • Loading branch information
mmaymo committed Apr 10, 2024
1 parent 7b6a433 commit 8cff9c5
Show file tree
Hide file tree
Showing 14 changed files with 949 additions and 500 deletions.
114 changes: 56 additions & 58 deletions .idea/WooCommerce.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"psr/log":"^1.1.4"
},
"require-dev": {
"inpsyde/modularity": "^1.3.0",
"psr/container": "1.0.0",
"inpsyde/modularity": "^1.7.4",
"psr/container": "^1.1.0",
"phpunit/phpunit": "^8",
"brain/monkey": "^2.3",
"ptrofimov/xpmock": "^1",
Expand All @@ -34,7 +34,8 @@
"inpsyde/composer-assets-compiler": "^2.5",
"php-stubs/wordpress-stubs": "^5.0@stable",
"php-stubs/woocommerce-stubs": "7.9.0",
"vimeo/psalm": "^4.8 || ^5.13.0"
"vimeo/psalm": "^4.8 || ^5.13.0",
"coenjacobs/mozart": "^0.6.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 8cff9c5

Please sign in to comment.