8000 Tags · cijic/phpmorphy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: cijic/phpmorphy

Tags

0.3.6

Toggle 0.3.6's commit message
Added some fixes;

0.3.5

Toggle 0.3.5's commit message
* PHP 8.4 fix.

0.3.4

Toggle 0.3.4's commit message
Min PHP version increased to 8.0;

0.3.3

Toggle 0.3.3's commit message
Mmin PHP version increased to 7.1.0;

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from progserg/master

fix php8.1 bug

0.3.1

Toggle 0.3.1's commit message
- Updated constructors;

- gitignored IDEA folders and files;

0.3.0

Toggle 0.3.0's commit message
Removed necessity usage of getMorphy() method;

Morphy class now extending phpMorphy;
Updated Morphy facade for Laravel usage;

0.2.0

Toggle 0.2.0's commit message
Added facade.

0.1.1

Toggle 0.1.1's commit message
Returned phpMorphy;

Changed vendor folder name to libs;

0.1.0

Toggle 0.1.0's commit message
.gitignore:

* Added /vendor to ignore list;

composer.json:
* Changed namespace from cijic\PHPMorphy to cijic\phpMorphy;
* Added vendor/phpmorphy/src to classmap;

composer.lock:
* Updated;

README.md:
* Updated usage example;

Morphy:
* Changed dictionaries path;
* Fixed for language settings.
0