diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..10dc629 Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 5657f6e..11afdd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -vendor \ No newline at end of file +vendor +.php \ No newline at end of file diff --git a/composer.json b/composer.json index 82617ce..f6c5d5d 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { "name": "arifpavel/mentorstarter", "description": "A starter plugin to create an awesome Elementor addon.", - "require": {}, "require-dev": { "giacocorsiglia/wordpress-stubs": "^5.1", "phpunit/phpunit": "^9.1", "brain/monkey": "2.*", - "codedungeon/phpunit-result-printer": "dev-master" + "codedungeon/phpunit-result-printer": "dev-master", + "arifpavel/elementor-stubs": "3.1.4.1" }, "scripts": { "test": "vendor/bin/phpunit" diff --git a/composer.lock b/composer.lock index 8a973db..8fbdac5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "79b2c38cff8ec18c8ecb5ed11b7c79e9", + "content-hash": "5c313e1ada5430d550d82646364c1fce", "packages": [], "packages-dev": [ { @@ -104,6 +104,48 @@ }, "time": "2019-12-22T17:52:09+00:00" }, + { + "name": "arifpavel/elementor-stubs", + "version": "3.1.4.1", + "source": { + "type": "git", + "url": "https://github.com/arifpavel/elementor-stubs.git", + "reference": "69f022cc861e29003011fff99acbb2a79f06f0eb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/arifpavel/elementor-stubs/zipball/69f022cc861e29003011fff99acbb2a79f06f0eb", + "reference": "69f022cc861e29003011fff99acbb2a79f06f0eb", + "shasum": "" + }, + "require-dev": { + "ext-gettext": "*", + "giacocorsiglia/stubs-generator": "^0.5.0", + "php": "^7.1" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Arif Pavel", + "email": "pavelpatiya@gmail.com" + } + ], + "description": "Elementor function, class, and global variable declaration stubs for easier static analysis.", + "homepage": "https://github.com/arifpavel/elementor-stubs", + "keywords": [ + "elementor", + "static analysis" + ], + "support": { + "issues": "https://github.com/arifpavel/elementor-stubs/issues", + "source": "https://github.com/arifpavel/elementor-stubs/tree/3.1.4.1" + }, + "time": "2021-04-05T11:32:53+00:00" + }, { "name": "brain/monkey", "version": "2.6.0",