Skip to content

Commit

Permalink
[phpcompatability/phpcompatability] add phpcompatability to dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nkissebe committed Jan 11, 2025
1 parent ad753e1 commit cf159ac
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 2 deletions.
7 changes: 6 additions & 1 deletion core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"phpunit/dbunit": "2.0.*",
"phpunit/phpunit": "5.7.*",
"php-coveralls/php-coveralls": "2.6.*",
"squizlabs/php_codesniffer": "3.11.*"
"squizlabs/php_codesniffer": "3.11.*",
"phpcompatibility/php-compatibility": " *"
},
"autoload": {
"psr-0": { "Hubzero": "libraries/" },
Expand All @@ -85,5 +86,9 @@
"simplesamlphp/composer-module-installer": true,
"php-http/discovery": true
}
},
"scripts": {
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility",
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility"
}
}
64 changes: 63 additions & 1 deletion core/composer.lock

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

0 comments on commit cf159ac

Please sign in to comment.