Skip to content

Commit

Permalink
Init the Mozart #439
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafasoufi committed Jan 16, 2024
1 parent 8fe07dc commit b443d4a
Show file tree
Hide file tree
Showing 267 changed files with 1,368 additions and 74,581 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ package-lock.json

# VSCode IDE
.vscode/*

# Composer
/vendor/
40 changes: 32 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,45 @@
{
"type": "wordpress-plugin",
"require": {
"php": ">=5.4",
"php": ">=7.4"
},
"require-dev": {
"geoip2/geoip2": "2.10.0",
"s1lentium/iptools": "^1.1.0",
"whichbrowser/parser": "^2.1.0",
"jaybizzle/crawler-detect": "~1.2.102"
},
"config": {
"vendor-dir": "includes/vendor",
"platform-check": false,
"platform": {
"php": "5.6"
}
},
"autoload": {
"psr-4": {
"WP_Statistics\\": "src/"
}
},
"extra": {
"mozart": {
"dep_namespace": "WP_Statistics\\Dependencies\\",
"dep_directory": "/src/Dependencies/",
"classmap_directory": "/includes/classes/dependencies/",
"classmap_prefix": "WP_Statistics_",
"packages": [
"geoip2/geoip2",
"s1lentium/iptools",
"whichbrowser/parser",
"jaybizzle/crawler-detect"
],
"excluded_packages": [
"coenjacobs/mozart"
],
"delete_vendor_directories": false
}
},
"scripts": {
"post-install-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
"post-update-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
]
}
}
122 changes: 68 additions & 54 deletions composer.lock

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

25 changes: 0 additions & 25 deletions includes/vendor/autoload.php

This file was deleted.

Loading

0 comments on commit b443d4a

Please sign in to comment.