mirror of
https://github.com/opencultureconsulting/php-basics.git
synced 2025-03-30 00:00:15 +01:00
19 lines
450 B
ReStructuredText
19 lines
450 B
ReStructuredText
.. title:: Requirements
|
|
|
|
Requirements
|
|
############
|
|
|
|
Environment
|
|
===========
|
|
|
|
This package requires at least **PHP 8.1**.
|
|
|
|
It is highly recommended to use `Composer <https://getcomposer.org/>`_ for dependency management and autoloading,
|
|
although it is technically not strictly required for using any of these classes and traits. But it certainly makes it a
|
|
lot easier!
|
|
|
|
Dependencies
|
|
============
|
|
|
|
This package does not have any external dependencies.
|