Skip to content

Commit

Permalink
Merge pull request #416 from pluginever/release/1.7.7
Browse files Browse the repository at this point in the history
Enhance optimized code for better autoloading
  • Loading branch information
kawsarahmedr authored Jul 31, 2024
2 parents da424e6 + 4415f5c commit 2628e56
Show file tree
Hide file tree
Showing 9 changed files with 1,163 additions and 9,959 deletions.
5 changes: 0 additions & 5 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ bower.json
bower_components
.*


# Test related files
phpunit.xml
phpunit.xml.dist
Expand All @@ -42,7 +41,6 @@ codeception.yml
phpcs.xml
phpcs.xml.dist


# IDE related files
.idea
*.iml
Expand All @@ -61,7 +59,6 @@ phpcs.xml.dist
*.zip
/bin/


# OS related files
.DS_Store
.DS_Store?
Expand All @@ -71,7 +68,6 @@ phpcs.xml.dist
ehthumbs.db
Thumbs.db


# Action related files
.wordpress-org

Expand All @@ -82,4 +78,3 @@ Thumbs.db
# Build related files
/assets/js
/assets/css
vendor
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"pluginever/framework-plugin": "dev-master",
"pluginever/framework-settings": "dev-master"
},
"autoload": {
"psr-4": {
"WooCommerceSerialNumbers\\": ["src/","lib/"]
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
Expand All @@ -38,7 +43,6 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"autoload": {},
"scripts": {
"post-install-cmd": [
"\"vendor/bin/mozart\" compose",
Expand Down
Loading

0 comments on commit 2628e56

Please sign in to comment.