Skip to content

Commit 910bdf5

Browse files
authored
Update README.md
1 parent 8323a25 commit 910bdf5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ ChriCo WP-Fields is a library (not a plugin) that allows to generate form fields
88

99
ChriCo Fields requires:
1010

11-
* PHP 7+
11+
* PHP 8+
1212
* WordPress latest - 0.1
1313
* Composer to be installed
1414

1515
When installed for development, via Composer, ChriCo Fields also requires:
1616

17-
* "phpunit/phpunit" (BSD-3-Clause)
18-
* "brain/monkey" (MIT)
17+
* "phpunit/phpunit"
18+
* "brain/monkey"
1919

2020
---
2121

@@ -29,7 +29,7 @@ Documentation can be found in [`docs/`](docs/).
2929

3030
> Why are you not just using existing packages like the [Symfony Forms](http://symfony.com/doc/current/forms.html) or [Zend Form](https://framework.zend.com/manual/2.4/en/modules/zend.form.intro.html)?
3131
32-
That's a good question! As already mentioned above, WordPress has different pages and scenarios where to use form fields. Both packages are excellent and i worked a lot with them in past.
32+
That's a good question! As already mentioned above, WordPress has different pages and scenarios where to use form fields. Both packages are excellent and I worked a lot with them in past.
3333

3434
*But:* They need a ton of dependencies.
3535

@@ -43,12 +43,12 @@ I guess you're wrong here. ;-)
4343
4444
Nothing. There's a lot of weird and quirky code in it. No interfaces, no real abstraction, no strict return types, PHP 5.2, missing Unit Tests, ... _the list is endless, so i'll stop here._
4545

46-
In fact, the API will eventually appear in WordPress in near - or far - future. But until then, everything is fine. If the API is really released, i'll adapt this code to fit on top of the Fields API.
46+
In fact, the API will eventually appear in WordPress in near - or far - future. But until then, everything is fine. If the API is really released, I'll adapt this code to fit on top of the Fields API.
4747

4848
---
4949

5050
## License
51-
Copyright (c) 2017 ChriCo.
51+
Copyright (c) since 1987 ChriCo.
5252

5353
ChriCo Fields code is licensed under [GNU General Public License v3.0](/LICENSE).
5454

0 commit comments

Comments
 (0)