Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parable to parable-php #12

Merged
merged 1 commit into from
Mar 5, 2019
Merged

parable to parable-php #12

merged 1 commit into from
Mar 5, 2019

Conversation

dmvdbrugge
Copy link
Owner

Notable changes:

  • Added bootstrap file doing the necessary repeated stuff.
  • Added the command runners to php-cs-fixer configs.

Important parable changes:

  • Required php version bumped from 5.6 to 7.1 so typehints are in.
  • Parable\Console\App does no longer return $this on every setter.
  • Parable\Console\Output now has predefinedTags instead of just tags.
  • Said Output's writeln now only accepts a string, use writelns for array.
  • Said Output currently has a blocking issue: throwing on unkown tags.
  • Said blocking issue is temporarily fixed by intermediate class.
  • Parable\DI became Parable\Di.
  • Parable\Di\Container is not static. This hurt the most.
  • Parable\Event\Hook has become Parable\Event\EventManager.
  • Said EventManager has listen instead of into.

Closes #5

Notable changes:
- Added bootstrap file doing the necessary repeated stuff.
- Added the command runners to php-cs-fixer configs.

Important parable changes:
- Required php version bumped from 5.6 to 7.1 so typehints are in.
- Parable\Console\App does no longer return $this on every setter.
- Parable\Console\Output now has predefinedTags instead of just tags.
- Said Output's writeln now only accepts a string, use writelns for array.
- Said Output currently has a blocking issue: throwing on unkown tags.
- Said blocking issue is temporarily fixed by intermediate class.
- Parable\DI became Parable\Di.
- Parable\Di\Container is not static. This hurt the most.
- Parable\Event\Hook has become Parable\Event\EventManager.
- Said EventManager has listen instead of into.
@dmvdbrugge dmvdbrugge merged commit 580b594 into master Mar 5, 2019
@dmvdbrugge dmvdbrugge deleted the parable_to_parable-php branch March 5, 2019 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade parable to parable-php
1 participant