You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point you'll be able to do `php80 test.php` to run PHP scripts using the 8.0 container or `composer80 require phpseclib/phpseclib:^3.0` to run Composer using the 8.0 container
22
22
23
+
If you want to run PHP 8.1+ the above will need to be preceeded with the following:
24
+
25
+
```
26
+
docker pull "quay.io/phpseclib/php8.1"
27
+
docker image tag "quay.io/phpseclib/php8.1" "phpseclib/php8.1"
0 commit comments