{ "packages": [ { "name": "deeppresentation/php-std", "version": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "https://github.com/deeppresentation/php-std.git", "reference": "69442bb9e98c5a167d5af43d3bd24cf16bcf423a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/deeppresentation/php-std/zipball/69442bb9e98c5a167d5af43d3bd24cf16bcf423a", "reference": "69442bb9e98c5a167d5af43d3bd24cf16bcf423a", "shasum": "" }, "require": { "php": ">=7.2.1" }, "time": "2022-10-25T19:06:31+00:00", "default-branch": true, "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "IntroToursDP\\Std\\": "build" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0" ], "authors": [ { "name": "Tomas Groulik", "email": "tomas@deeppresentation.com", "homepage": "https://github.com/deeppresentation/php-std", "role": "developer" } ], "description": "Standard php library according to PSR-4 with classes for easement and speed-up common php development process.", "keywords": [ "PSR-4", "composer package", "library", "standartd" ], "support": { "issues": "https://github.com/deeppresentation/php-std/issues", "source": "https://github.com/deeppresentation/php-std/tree/master" }, "install-path": "../deeppresentation/php-std" }, { "name": "deeppresentation/wordpress-std", "version": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "https://github.com/deeppresentation/wordpress-std.git", "reference": "77b311b96d253cd243554b5ff67114e88cfd2647" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/deeppresentation/wordpress-std/zipball/77b311b96d253cd243554b5ff67114e88cfd2647", "reference": "77b311b96d253cd243554b5ff67114e88cfd2647", "shasum": "" }, "require": { "deeppresentation/php-std": "dev-master", "php": ">=7.2.1" }, "time": "2023-02-06T23:38:42+00:00", "default-branch": true, "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "IntroToursDP\\Wp\\": "build" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0" ], "authors": [ { "name": "Tomas Groulik", "email": "tomas@deeppresentation.com", "homepage": "https://github.com/deeppresentation/wordpress-std", "role": "Developer" } ], "description": "Standard php library according to PSR-4 with classes for easement and speed-up wordpress development process.", "keywords": [ "PSR-4", "composer package", "library", "standartd", "wordpress" ], "support": { "issues": "https://github.com/deeppresentation/wordpress-std/issues", "source": "https://github.com/deeppresentation/wordpress-std/tree/master" }, "install-path": "../deeppresentation/wordpress-std" }, { "name": "sabberworm/php-css-parser", "version": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", "reference": "cc791adc7f968faa522b4f6934d83375f8751038" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/cc791adc7f968faa522b4f6934d83375f8751038", "reference": "cc791adc7f968faa522b4f6934d83375f8751038", "shasum": "" }, "require": { "ext-iconv": "*", "php": ">=5.6.20" }, "require-dev": { "codacy/coverage": "^1.4.3", "phpunit/phpunit": "^5.7.27" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS" }, "time": "2023-01-25T01:20:01+00:00", "default-branch": true, "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "IntroToursSabberworm\\CSS\\": "build" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Raphael Schweikert" } ], "description": "Parser for CSS Files written in PHP", "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser", "keywords": [ "css", "parser", "stylesheet" ], "support": { "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/master" }, "install-path": "../sabberworm/php-css-parser" }, { "name": "wpackio/enqueue", "version": "3.5.0", "version_normalized": "3.5.0.0", "source": { "type": "git", "url": "https://github.com/swashata/wpackio-enqueue.git", "reference": "944dd17df10e2e534e62ca3f5f20e550c2058a63" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swashata/wpackio-enqueue/zipball/944dd17df10e2e534e62ca3f5f20e550c2058a63", "reference": "944dd17df10e2e534e62ca3f5f20e550c2058a63", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "brain/monkey": "^2.2.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.5", "giacocorsiglia/wordpress-stubs": "^4.9.5", "pcov/clobber": "^2.0", "phpcompatibility/phpcompatibility-wp": "^2.1.0", "phpunit/phpunit": "^7.3.0", "spatie/phpunit-snapshot-assertions": "^1.3.1", "wp-coding-standards/wpcs": "^2.2" }, "time": "2023-01-14T07:33:57+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "IntroToursWPackio\\": "build" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Swashata Ghosh", "email": "swashata4u@gmail.com" } ], "description": "API to enqueue assets generated by @wpackio/scripts into your WordPress plugin or theme.", "support": { "issues": "https://github.com/swashata/wpackio-enqueue/issues", "source": "https://github.com/swashata/wpackio-enqueue/tree/3.5.0" }, "install-path": "../wpackio/enqueue" } ], "dev": true, "dev-package-names": [] }