We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982617c commit 669ca8fCopy full SHA for 669ca8f
package.xml
@@ -10,9 +10,9 @@
10
<email>support@andrewdalpino.com</email>
11
<active>yes</active>
12
</lead>
13
- <date>2025-03-27</date>
+ <date>2025-03-31</date>
14
<version>
15
- <release>3.0.6</release>
+ <release>3.0.7</release>
16
<api>3.0</api>
17
</version>
18
<stability>
@@ -21,7 +21,7 @@
21
</stability>
22
<license uri="https://github.com/RubixML/Tensor/blob/master/LICENSE">MIT</license>
23
<notes>
24
- - Update Zephir to 0.18
+ - Change min PHP version to 8.0.0
25
</notes>
26
<contents>
27
<dir name="/">
@@ -151,7 +151,7 @@
151
<dependencies>
152
<required>
153
<php>
154
- <min>7.4.0</min>
+ <min>8.0.0</min>
155
<max>8.3.99</max>
156
</php>
157
<pearinstaller>
0 commit comments