summarylogtreecommitdiffstats
path: root/phpunit-skeleton-generator.install
blob: 55c57b216ffc6cd4db0f56a8e97c5beaa89c0308 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo
  echo "Warning: phar.so must be enabled and date.timezone set in your php.ini"
}

post_upgrade() {
  post_install
}